@mui/material
Version:
React components that implement Google's Material Design.
17 lines (15 loc) • 497 B
TypeScript
/* tslint:disable max-line-length */
/**
*  
*/
declare const common: {
/**
* Preview: 
*/
black: '#000';
/**
* Preview: 
*/
white: '#fff';
};
export default common;