UNPKG

im-ui-mobile

Version:

A Vue3.0 + Typescript instant messaging component library for Uniapp

10 lines (8 loc) 174 B
export interface AllowedComponentProps { class?: unknown; style?: unknown; } export interface VNodeProps { key?: string | number | symbol; ref?: unknown; }