@mui/x-license
Version:
MUI X License verification.
12 lines • 918 B
text/typescript
export { base64Decode, base64Encode } from "../encoding/base64.mjs";
export { md5 } from "../encoding/md5.mjs";
export { APP_TYPES, type AppType } from "../utils/licenseAppType.mjs";
export { PLAN_SCOPES, PLAN_VERSIONS, type PlanScope, type PlanVersion } from "../utils/licensePlan.mjs";
export { LICENSE_MODELS, type LicenseModel } from "../utils/licenseModel.mjs";
export type { KeyVersion, LicenseDetails, NullableLicenseDetails } from "../utils/licenseDetails.mjs";
export type { LicenseStatus } from "../utils/licenseStatus.mjs";
export type { MuiLicenseInfo } from "../utils/licenseInfo.mjs";
export type { MuiCommercialPackageName, CommercialPackageInfo } from "../utils/commercialPackages.mjs";
export { Watermark } from "../Watermark/Watermark.mjs";
export { useLicenseVerifier, clearLicenseStatusCache } from "../useLicenseVerifier/useLicenseVerifier.mjs";
export * from "../verifyLicense/verifyLicense.mjs";