chore: update the analyzer to update the docs for select

PiperOrigin-RevId: 567918915
This commit is contained in:
Elliott Marquez 2023-09-23 17:16:54 -07:00 committed by Copybara-Service
parent 0e3a4af9ef
commit 1636d91d3a

View File

@ -47,4 +47,9 @@ export const docsToElementMapping: {[key: string]: string[]} = {
'tabs.md': ['tabs/tabs.ts', 'tabs/primary-tab.ts', 'tabs/secondary-tab.ts'],
'text-field.md':
['textfield/filled-text-field.ts', 'textfield/outlined-text-field.ts'],
'select.md': [
'select/filled-select.ts',
'select/outlined-select.ts',
'select/select-option.ts',
],
};