We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4188e03 commit 273604dCopy full SHA for 273604d
src/Shared/Components/SelectPickerCustom/index.ts
@@ -18,7 +18,7 @@ export { default as SelectPickerCustom } from './SelectPicker.component'
18
export { default as FilterSelectPickerCustom } from './FilterSelectPicker'
19
export type {
20
SelectPickerOptionType as SelectPickerCustomOptionType,
21
- SelectPickerVariantType as SelectPickerCustomVariantType,
22
SelectPickerProps as SelectPickerCustomProps,
23
FilterSelectPickerProps as FilterSelectPickerCustomProps,
24
} from './type'
+export { SelectPickerVariantType as SelectPickerCustomVariantType } from './type'
0 commit comments