@ibsheet/loader
Version:
Dynamically load support module for IBSheet
6 lines (5 loc) • 408 B
TypeScript
import { RegistryItemURL } from './url';
import { LazyLoadURLManager } from './lazyload-man';
export declare function asyncImportURL(options?: any): Promise<RegistryItemURL>;
export declare function asyncImportURLs(aItems: RegistryItemURL[], lazyMan: LazyLoadURLManager, options?: any): Promise<RegistryItemURL>[];
export declare function asyncImportItemUrls(options?: any): Promise<RegistryItemURL[]>;