UNPKG

@farris/ui-vue

Version:

Farris Vue, a Farris Design based Vue3 component library.

9 lines (8 loc) 364 B
declare const componentMap: Record<string, any>; declare const componentPropsConverter: Record<string, any>; declare const componentPropertyConfigConverter: Record<string, any>; /** * 加载设计时组件 */ declare function loadDesignerRegister(): void; export { componentMap, componentPropsConverter, componentPropertyConfigConverter, loadDesignerRegister };