@mui/material
Version:
React components that implement Google's Material Design.
16 lines (14 loc) • 460 B
TypeScript
/**
*  
*/
declare const common: {
/**
* Preview: 
*/
black: '#000';
/**
* Preview: 
*/
white: '#fff';
};
export default common;