@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.71 kB
TypeScript
/**
*              
*/
declare const green: {
/**
* Preview: 
*/
50: '#e8f5e9';
/**
* Preview: 
*/
100: '#c8e6c9';
/**
* Preview: 
*/
200: '#a5d6a7';
/**
* Preview: 
*/
300: '#81c784';
/**
* Preview: 
*/
400: '#66bb6a';
/**
* Preview: 
*/
500: '#4caf50';
/**
* Preview: 
*/
600: '#43a047';
/**
* Preview: 
*/
700: '#388e3c';
/**
* Preview: 
*/
800: '#2e7d32';
/**
* Preview: 
*/
900: '#1b5e20';
/**
* Preview: 
*/
A100: '#b9f6ca';
/**
* Preview: 
*/
A200: '#69f0ae';
/**
* Preview: 
*/
A400: '#00e676';
/**
* Preview: 
*/
A700: '#00c853';
};
export default green;