MCPcopy
hub / github.com/devias-io/material-kit-react / PaletteRange

Interface PaletteRange

src/styles/theme/create-theme.ts:10–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8
9declare module '@mui/material/styles/createPalette' {
10 interface PaletteRange {
11 50: string;
12 100: string;
13 200: string;
14 300: string;
15 400: string;
16 500: string;
17 600: string;
18 700: string;
19 800: string;
20 900: string;
21 950: string;
22 }
23
24 interface Palette {
25 neutral: PaletteRange;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected