lookingglass/hyperglass/ui/components/select/index.ts
2021-12-06 10:53:15 -07:00

3 lines
128 B
TypeScript

export * from './select';
export { isSingleValue, isMultiValue } from './types';
export type { SelectOnChange } from './types';