@syncfusion/ej2-base
Version:
A common package of Essential JS 2 base libraries, methods and class definitions
12 lines (11 loc) • 340 B
TypeScript
export declare const componentList: 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;