@gruzf/styles
Version:
This library is designed to style React components for the Gruzovichkof company.
17 lines (15 loc) • 362 B
TypeScript
export { Shadows } from '@mui/material/styles/shadows';
declare module "@mui/material/styles/createPalette" {
interface Palette {
default?: PaletteColor;
}
interface PaletteOptions {
default?: PaletteColorOptions;
}
interface PaletteColor {
alternative?: string;
}
interface SimplePaletteColorOptions {
alternative?: string;
}
}