UNPKG

apphouse

Version:

Component library for React that uses observable state management and theme-able components.

35 lines (34 loc) 804 B
import { CommonColors } from '../../styles/defaults/themes.interface'; export declare const Colors: { ACQUA_BLUE: string; BLACK: string; GREEN: string; GREY: string; GREY_ALT: string; GREY_ALT_50: string; GREY_ALT_75: string; LIGHT_GRAY: string; MONTANA: string; NERO: string; PURE_BLACK: string; PURE_WHITE: string; RED: string; WHITE: string; WHITEISH: string; YELLOW: string; BLACK_10: string; BLACK_40: string; BLACK_50: string; BLACK_75: string; BLACK_90: string; BLACK_95: string; WHITE_10: string; WHITE_30: string; WHITE_40: string; WHITE_50: string; WHITE_75: string; WHITE_90: string; WHITE_95: string; WHITE_100: string; }; export declare const commonColors: CommonColors;