@mui/x-license
Version:
MUI X License verification.
16 lines (14 loc) • 345 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.APP_TYPES = void 0;
/**
* The supported application types for a MUI X license.
*/
const APP_TYPES = exports.APP_TYPES = [/** A single application. */
'single', /** Multiple applications. */
'multi'];
/**
* The type of application the license covers.
*/