UNPKG

press-tdesign-vue-next

Version:
11 lines (10 loc) 189 B
export type ISidebarItem = { name: string; path: string; meta?: { title?: string; icon?: string; }; fullPath?: string; children?: ISidebarItem[]; };