UNPKG

@mui/x-license

Version:
8 lines 230 B
/** * The supported application types for a MUI X license. */ export declare const APP_TYPES: readonly ["single", "multi"]; /** * The type of application the license covers. */ export type AppType = (typeof APP_TYPES)[number];