material-ui-cordova
Version:
React components that implement Google's Material Design.
17 lines (15 loc) • 321 B
TypeScript
export interface CommonColors {
black: string;
white: string;
transparent: string;
fullBlack: string;
darkBlack: string;
lightBlack: string;
minBlack: string;
faintBlack: string;
fullWhite: string;
darkWhite: string;
lightWhite: string;
}
declare const common: CommonColors;
export default common;