UNPKG

@syncfusion/ej2-spreadsheet

Version:

Feature-rich JavaScript Spreadsheet (Excel) control with built-in support for selection, editing, formatting, importing and exporting to Excel

11 lines (10 loc) 184 B
/** * ServiceLocator * * @hidden */ export declare class ServiceLocator { private services; getService<T>(name: string): T; register<T>(name: string, type: T): void; }