UNPKG

@mui/x-license

Version:
10 lines (9 loc) 224 B
/** * The supported application types for a MUI X license. */ export const APP_TYPES = [/** A single application. */ 'single', /** Multiple applications. */ 'multi']; /** * The type of application the license covers. */