Skip to content

Commit 273604d

Browse files
committed
fix: export for select picker custom
1 parent 4188e03 commit 273604d

File tree

1 file changed

+1
-1
lines changed
  • src/Shared/Components/SelectPickerCustom

1 file changed

+1
-1
lines changed

src/Shared/Components/SelectPickerCustom/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export { default as SelectPickerCustom } from './SelectPicker.component'
1818
export { default as FilterSelectPickerCustom } from './FilterSelectPicker'
1919
export type {
2020
SelectPickerOptionType as SelectPickerCustomOptionType,
21-
SelectPickerVariantType as SelectPickerCustomVariantType,
2221
SelectPickerProps as SelectPickerCustomProps,
2322
FilterSelectPickerProps as FilterSelectPickerCustomProps,
2423
} from './type'
24+
export { SelectPickerVariantType as SelectPickerCustomVariantType } from './type'

0 commit comments

Comments
 (0)