7 lines
180 B
TypeScript
7 lines
180 B
TypeScript
|
|
export { SearchableSelectionModal } from './SearchableSelectionModal';
|
||
|
|
export type {
|
||
|
|
SearchableSelectionModalProps,
|
||
|
|
SingleSelectProps,
|
||
|
|
MultipleSelectProps,
|
||
|
|
} from './types';
|