UNPKG

ivue-material-plus

Version:

A high quality UI components Library with Vue.js

12 lines (9 loc) 336 B
import { withInstall, withNoopInstall } from '../../utils/install.mjs'; import Form from './form.mjs'; import FormItem from './form-item.mjs'; const IvueForm = withInstall(Form, { FormItem }); const IvueFormItem = withNoopInstall(FormItem); export { IvueForm, IvueFormItem, IvueForm as default }; //# sourceMappingURL=index.mjs.map