@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.65 kB
TypeScript
/**
*              
*/
declare const grey: {
/**
* Preview: 
*/
50: '#fafafa';
/**
* Preview: 
*/
100: '#f5f5f5';
/**
* Preview: 
*/
200: '#eeeeee';
/**
* Preview: 
*/
300: '#e0e0e0';
/**
* Preview: 
*/
400: '#bdbdbd';
/**
* Preview: 
*/
500: '#9e9e9e';
/**
* Preview: 
*/
600: '#757575';
/**
* Preview: 
*/
700: '#616161';
/**
* Preview: 
*/
800: '#424242';
/**
* Preview: 
*/
900: '#212121';
/**
* Preview: 
*/
A100: '#f5f5f5';
/**
* Preview: 
*/
A200: '#eeeeee';
/**
* Preview: 
*/
A400: '#bdbdbd';
/**
* Preview: 
*/
A700: '#616161';
};
export default grey;