Files
calendar/packages/ui/components/form/select/index.ts
T
1f4e6c1987 Migrates V2 Select to new ui/components (#5400)
* v2 select to components folder + docs

* Fix type errors

* fix type checks

* Fix imports

Co-authored-by: Peer Richelsen <peeroke@gmail.com>
2022-12-18 23:16:20 +00:00

2 lines
91 B
TypeScript

export { SelectWithValidation, SelectField, getReactSelectProps, Select } from "./Select";