UNPKG

@mui/x-license-pro

Version:

MUI X License verification

18 lines (17 loc) 654 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.LICENSING_MODELS = void 0; const LICENSING_MODELS = [ /** * A license is outdated if the current version of the software was released after the expiry date of the license. * But the license can be used indefinitely with an older version of the software. */ 'perpetual', /** * On development, a license is outdated if the expiry date has been reached * On production, a license is outdated if the current version of the software was released after the expiry date of the license (see "perpetual") */ 'subscription']; exports.LICENSING_MODELS = LICENSING_MODELS;