@molian-z/flow-designer
Version:
[文档中心](https://www.yuque.com/u12572940/wujiemofang) ### 商用请保留版权信息 [演示网址](http://demo.mlyt.top/) ``` 这是一个支持VUE3主流UI组件库的可视化框架 问题交流请加QQ群:685018059 ```
19 lines (15 loc) • 568 B
TypeScript
declare const install_2: (app: {
use: (arg0: any, arg1: any) => void;
components: (arg0: string, arg1: any) => void;
}, options: any) => void;
export { install_2 as install }
declare const installDesigner_2: (app: {
use: (arg0: any, arg1: any) => void;
components: (arg0: string, arg1: any) => void;
}, options: any) => void;
export { installDesigner_2 as installDesigner }
declare const installRender_2: (app: {
components: (arg0: string, arg1: any) => void;
}) => void;
export { installRender_2 as installRender }
export { }