@mui/x-license-pro
Version:
MUI X License verification
18 lines (17 loc) • 651 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.LICENSE_STATUS = void 0;
// eslint-disable-next-line @typescript-eslint/naming-convention
let LICENSE_STATUS = /*#__PURE__*/function (LICENSE_STATUS) {
LICENSE_STATUS["NotFound"] = "NotFound";
LICENSE_STATUS["Invalid"] = "Invalid";
LICENSE_STATUS["ExpiredAnnual"] = "ExpiredAnnual";
LICENSE_STATUS["ExpiredAnnualGrace"] = "ExpiredAnnualGrace";
LICENSE_STATUS["ExpiredVersion"] = "ExpiredVersion";
LICENSE_STATUS["Valid"] = "Valid";
LICENSE_STATUS["OutOfScope"] = "OutOfScope";
return LICENSE_STATUS;
}({});
exports.LICENSE_STATUS = LICENSE_STATUS;