UNPKG

@ibsheet/loader

Version:

Dynamically load support module for IBSheet

10 lines (9 loc) 330 B
import { CustomEventEmitter } from '../../custom'; import RegistryItemURL from './url'; export declare class LazyLoadURLManager extends CustomEventEmitter { private _list; private _loadedJsNames; constructor(); add(item: RegistryItemURL): void; checkLoadableItems(lItem: RegistryItemURL): RegistryItemURL[]; }