我正在尝试创建一个可以拥有的界面
export interface MenuItem { title: string; component?: any; click?: any; icon: string; }
component
click
typescript
typescript ×1