chore: fix failing typecheck (#7742)

This commit is contained in:
SagarRajput-7 2025-04-27 19:51:05 +05:30 committed by GitHub
parent ee5684b130
commit a624b4758d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,8 +1,4 @@
import type { CustomMultiSelectProps } from './CustomMultiSelect';
import CustomMultiSelect from './CustomMultiSelect';
import type { CustomSelectProps, OptionData } from './CustomSelect';
import CustomSelect from './CustomSelect';
export { CustomMultiSelect, CustomSelect };
export type { CustomMultiSelectProps, CustomSelectProps, OptionData };