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