UNPKG

c-uview-plus

Version:

零云®uview-plus已兼容vue3,全面的组件和便捷的工具会让您信手拈来,如鱼得水

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