UNPKG

epic-designer

Version:

基于vue3的设计器,可视化开发页面表单

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