@mui/material
Version:
React components that implement Google's Material Design.
65 lines (63 loc) • 2.63 kB
TypeScript
/* tslint:disable max-line-length */
/**
*              
*/
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;