UNPKG

@mui/x-license

Version:
16 lines (14 loc) 345 B
"use strict"; 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. */