UNPKG

free-imui-neo

Version:

基于VUE3实现的即时通讯UI组件

9 lines 204 B
export interface MenuType { key: string; title: string; unread: number; click: null; bottom: boolean; render: () => JSX.Element | HTMLElement; } //# sourceMappingURL=types.d.ts.map