UNPKG

@material-ui/core

Version:

React components that implement Google's Material Design.

8 lines (6 loc) 128 B
export interface CommonColors { black: string; white: string; } declare const common: CommonColors; export default common;