element-plus
Version:
A Component Library for Vue 3
13 lines (10 loc) • 370 B
JavaScript
import '../../utils/index.mjs';
import Form from './src/form.mjs';
import FormItem from './src/form-item.mjs';
import { withInstall, withNoopInstall } from '../../utils/vue/install.mjs';
const ElForm = withInstall(Form, {
FormItem
});
const ElFormItem = withNoopInstall(FormItem);
export { ElForm, ElFormItem, ElForm as default };
//# sourceMappingURL=index.mjs.map