@totalsoft/rocket-ui
Version:
A set of reusable and composable React components built on top of Material UI core for developing fast and friendly web applications interfaces.
20 lines (19 loc) • 784 B
TypeScript
import { Color, SimplePaletteColorOptions } from '@mui/material';
export declare const rose: {
lighter: string;
light: string;
main: string;
dark: string;
darker: string;
contrastText: string;
};
export declare const warning: SimplePaletteColorOptions;
export declare const error: SimplePaletteColorOptions;
export declare const info: SimplePaletteColorOptions;
export declare const success: SimplePaletteColorOptions;
export declare const white: SimplePaletteColorOptions;
export declare const dark: SimplePaletteColorOptions;
export declare const defaultColor: SimplePaletteColorOptions;
export declare const black: Partial<SimplePaletteColorOptions>;
export declare const grey: Partial<Color>;
export declare const link: Partial<SimplePaletteColorOptions>;