1
0
Fork 1
mirror of https://github.com/thatmattlove/hyperglass.git synced 2026-02-04 16:29:35 +00:00
thatmattlove-hyperglass/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';