UNPKG

epic-designer-dev

Version:

基于vue3的设计器,可视化开发页面表单。在epic-designer的基础上新增了字典选择器

8 lines (7 loc) 202 B
import { ComponentSchema } from '../../../../types/src/index'; export interface TreeProps { draggable?: boolean; hoverKey?: string; options: ComponentSchema[]; selectedKeys: string[]; }