UNPKG

@yqg/low-code-component-lib

Version:

fintopia web lowcode component library

9 lines (8 loc) 166 B
export * from './components'; interface InstallFunction { (app: any): void; } declare const _default: { install: InstallFunction; }; export default _default;