@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 teal: {
/**
* Preview: 
*/
50: '#e0f2f1';
/**
* Preview: 
*/
100: '#b2dfdb';
/**
* Preview: 
*/
200: '#80cbc4';
/**
* Preview: 
*/
300: '#4db6ac';
/**
* Preview: 
*/
400: '#26a69a';
/**
* Preview: 
*/
500: '#009688';
/**
* Preview: 
*/
600: '#00897b';
/**
* Preview: 
*/
700: '#00796b';
/**
* Preview: 
*/
800: '#00695c';
/**
* Preview: 
*/
900: '#004d40';
/**
* Preview: 
*/
A100: '#a7ffeb';
/**
* Preview: 
*/
A200: '#64ffda';
/**
* Preview: 
*/
A400: '#1de9b6';
/**
* Preview: 
*/
A700: '#00bfa5';
};
export default teal;