UNPKG

@lcap/builder

Version:
13 lines (12 loc) 260 B
export interface ComponentMetaInfo { name: string; title?: string; show?: boolean; group?: string; icon?: string; tsPath: string; type?: string; sourceName?: string; kebabName?: string; children?: ComponentMetaInfo[]; }