UNPKG

press-next

Version:

Vue3 组件库,支持 Composition API

8 lines (7 loc) 134 B
export interface MessageListItem { avatar?: string; unreadCount?: number; nick?: string; content?: string; time?: string; }