UNPKG

tav-ui

Version:
18 lines (15 loc) 769 B
import { withInstall } from '../../utils/with-install2.mjs'; import Form from './src/form2.mjs'; import apiSelect from './src/components/ApiSelect2.mjs'; import radioButtonGroup from './src/components/RadioButtonGroup2.mjs'; import searchableApiSelect from './src/components/SearchableApiSelect2.mjs'; export { useForm } from './src/hooks/useForm2.mjs'; import './src/types/form2.mjs'; import './src/types/formItem2.mjs'; const TaForm = withInstall(Form); const ApiSelect = withInstall(apiSelect); const RadioButtonGroup = withInstall(radioButtonGroup); const SearchableApiSelect = withInstall(searchableApiSelect); var BasicForm = TaForm; export { ApiSelect, RadioButtonGroup, SearchableApiSelect, TaForm, BasicForm as default }; //# sourceMappingURL=index2.mjs.map