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