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