UNPKG

@syncfusion/ej2-base

Version:

A common package of Essential JS 2 base libraries, methods and class definitions

15 lines (14 loc) 514 B
export declare const componentList: string[]; export declare const pdfViewerSDKComponents: string[]; export declare const spreadsheetEditorSDKComponents: string[]; export declare const wordEditorSDKComponents: string[]; /** * To set license key. * * @param {string} key - license key * @returns {void} */ export declare function registerLicense(key: string): void; export declare const validateLicense: Function; export declare const getVersion: Function; export declare const createLicenseOverlay: Function;