16 lines
1.1 KiB
TypeScript
16 lines
1.1 KiB
TypeScript
declare function createAsyncComponent(es: any): new () => import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import("vue").ComponentProvideOptions>, {}, {}, "", {}, any>;
|
|
declare function installAsyncComponents(app: any, modules: any, excludes: any, pickNameExp: any, transform: any): void;
|
|
declare function installSyncComponents(app: any, modules: any, excludes: any, pickNameExp: any, transform: any): void;
|
|
declare function transformFromGlob(modules: any, pickNameExp?: any, transform?: any): any;
|
|
declare function loadAsyncComponentFromGlob(modules: any): any;
|
|
declare function loadComponentFromGlob(modules: any): any;
|
|
declare const _default: {
|
|
transformFromGlob: typeof transformFromGlob;
|
|
installAsyncComponents: typeof installAsyncComponents;
|
|
installSyncComponents: typeof installSyncComponents;
|
|
createAsyncComponent: typeof createAsyncComponent;
|
|
loadAsyncComponentFromGlob: typeof loadAsyncComponentFromGlob;
|
|
loadComponentFromGlob: typeof loadComponentFromGlob;
|
|
};
|
|
export default _default;
|