mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-12 20:59:02 +08:00
chore: fix failing typecheck (#7742)
This commit is contained in:
parent
ee5684b130
commit
a624b4758d
@ -1,8 +1,4 @@
|
|||||||
import type { CustomMultiSelectProps } from './CustomMultiSelect';
|
|
||||||
import CustomMultiSelect from './CustomMultiSelect';
|
import CustomMultiSelect from './CustomMultiSelect';
|
||||||
import type { CustomSelectProps, OptionData } from './CustomSelect';
|
|
||||||
import CustomSelect from './CustomSelect';
|
import CustomSelect from './CustomSelect';
|
||||||
|
|
||||||
export { CustomMultiSelect, CustomSelect };
|
export { CustomMultiSelect, CustomSelect };
|
||||||
|
|
||||||
export type { CustomMultiSelectProps, CustomSelectProps, OptionData };
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user