@mui/material
Version:
Material UI is an open-source React component library that implements Google's Material Design. It's comprehensive and can be used in production out of the box.
62 lines • 2.59 kB
TypeScript
/**
*              
*/
declare const red: {
/**
* Preview: 
*/
50: '#ffebee';
/**
* Preview: 
*/
100: '#ffcdd2';
/**
* Preview: 
*/
200: '#ef9a9a';
/**
* Preview: 
*/
300: '#e57373';
/**
* Preview: 
*/
400: '#ef5350';
/**
* Preview: 
*/
500: '#f44336';
/**
* Preview: 
*/
600: '#e53935';
/**
* Preview: 
*/
700: '#d32f2f';
/**
* Preview: 
*/
800: '#c62828';
/**
* Preview: 
*/
900: '#b71c1c';
/**
* Preview: 
*/
A100: '#ff8a80';
/**
* Preview: 
*/
A200: '#ff5252';
/**
* Preview: 
*/
A400: '#ff1744';
/**
* Preview: 
*/
A700: '#d50000';
};
export default red;