@mui/x-license-pro
Version:
MUI X License verification
11 lines • 501 B
JavaScript
export 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'];