UNPKG

@mui/x-license-pro

Version:

MUI X License verification

10 lines (9 loc) 237 B
interface MuiLicenseInfo { key: string | undefined; } export declare class LicenseInfo { private static getLicenseInfo; static getLicenseKey(): MuiLicenseInfo['key']; static setLicenseKey(key: string): void; } export {};