UNPKG

snowy-designer

Version:

基于Epic-Designer-Pro版本的设计器,可视化开发页面表单

11 lines (10 loc) 252 B
export interface ContextMenuItem { children?: ContextMenuItem[]; divider?: boolean; handler: Function; icon?: Function | string; label: Function | string; shortcut?: string; show?: Function | string; type?: 'divider'; }