UNPKG

@tuoyuan/web-plus

Version:

基于arco-design-vue的配置化表格表单组件

26 lines (25 loc) 1.2 kB
import "./css/iconfont.css"; import directivePlugin from "./directive/main"; export * from "./hooks/index"; import Crud from "./crud/index"; import Editor, { EditorToolbar } from "./editor/index"; import formCreate from "./form-create"; import FormPlus from "./form/index"; import JsonEditor from "./json-editor/index"; import ModalPLus from "./modal/index"; import TableEdit from "./table-edit/index"; import TablePlusOld from "./table-old/index"; import TablePlus from "./table/index"; import Text from "./text/index"; import ModalForm from "./modal-form/index"; import * as draggable from "vue-draggable-plus"; import type { CrudOption } from "./crud/type"; import type { IDomEditor, IEditorConfig, IToolbarConfig } from "./editor/type"; import type { ColumnType, Option } from "./form/type"; import type { TableOption } from "./table/type"; declare const components: any[]; export { Crud, Editor, EditorToolbar, formCreate, FormPlus, JsonEditor, ModalPLus, TableEdit, TablePlus, TablePlusOld, Text, ModalForm }; export type { ColumnType, CrudOption, IDomEditor, IEditorConfig, IToolbarConfig, Option, TableOption }; export default components; export { directivePlugin }; export { draggable };