UNPKG

arco-crud-plus

Version:

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

19 lines (18 loc) 797 B
declare const dirs: { install(app: any): void; }[]; import FormPlus from "./form/index"; import TablePlus from "./table/index"; import Editor, { EditorToolbar } from "./editor/index"; import { DomEditor } from "./editor/index"; import JsonEditor from "./json-editor/index"; import TableEdit from "./table-edit/index"; import type { Option, ColumnType } from "./form/type"; import type { TableOption } from "./table/type"; import type { IDomEditor, IEditorConfig, IToolbarConfig } from "./editor/type"; export { FormPlus, TablePlus, Editor, EditorToolbar, JsonEditor, TableEdit }; export { DomEditor }; export type { Option, ColumnType, TableOption, IDomEditor, IEditorConfig, IToolbarConfig }; declare const _default: any[]; export default _default; export { dirs as Dirs };