jiro-ui
Version:
A Mithril.js UI library based from construct-ui
134 lines (133 loc) • 3.08 kB
TypeScript
export declare const Colors: {
WHITE: string;
GREY50: string;
GREY100: string;
GREY200: string;
GREY300: string;
GREY400: string;
GREY500: string;
GREY600: string;
GREY700: string;
GREY800: string;
GREY900: string;
BLUE_GREY50: string;
BLUE_GREY100: string;
BLUE_GREY200: string;
BLUE_GREY300: string;
BLUE_GREY400: string;
BLUE_GREY500: string;
BLUE_GREY600: string;
BLUE_GREY700: string;
BLUE_GREY800: string;
BLUE_GREY900: string;
RED50: string;
RED100: string;
RED200: string;
RED300: string;
RED400: string;
RED500: string;
RED600: string;
RED700: string;
RED800: string;
RED900: string;
PURPLE50: string;
PURPLE100: string;
PURPLE200: string;
PURPLE300: string;
PURPLE400: string;
PURPLE500: string;
PURPLE600: string;
PURPLE700: string;
PURPLE800: string;
PURPLE900: string;
DEEP_PURPLE50: string;
DEEP_PURPLE100: string;
DEEP_PURPLE200: string;
DEEP_PURPLE300: string;
DEEP_PURPLE400: string;
DEEP_PURPLE500: string;
DEEP_PURPLE600: string;
DEEP_PURPLE700: string;
DEEP_PURPLE800: string;
DEEP_PURPLE900: string;
INDIGO50: string;
INDIGO100: string;
INDIGO200: string;
INDIGO300: string;
INDIGO400: string;
INDIGO500: string;
INDIGO600: string;
INDIGO700: string;
INDIGO800: string;
INDIGO900: string;
BLUE50: string;
BLUE100: string;
BLUE200: string;
BLUE300: string;
BLUE400: string;
BLUE500: string;
BLUE600: string;
BLUE700: string;
BLUE800: string;
BLUE900: string;
LIGHT_BLUE50: string;
LIGHT_BLUE100: string;
LIGHT_BLUE200: string;
LIGHT_BLUE300: string;
LIGHT_BLUE400: string;
LIGHT_BLUE500: string;
LIGHT_BLUE600: string;
LIGHT_BLUE700: string;
LIGHT_BLUE800: string;
LIGHT_BLUE900: string;
CYAN50: string;
CYAN100: string;
CYAN200: string;
CYAN300: string;
CYAN400: string;
CYAN500: string;
CYAN600: string;
CYAN700: string;
CYAN800: string;
CYAN900: string;
TEAL50: string;
TEAL100: string;
TEAL200: string;
TEAL300: string;
TEAL400: string;
TEAL500: string;
TEAL600: string;
TEAL700: string;
TEAL800: string;
TEAL900: string;
GREEN50: string;
GREEN100: string;
GREEN200: string;
GREEN300: string;
GREEN400: string;
GREEN500: string;
GREEN600: string;
GREEN700: string;
GREEN800: string;
GREEN900: string;
LIGHT_GREEN50: string;
LIGHT_GREEN100: string;
LIGHT_GREEN200: string;
LIGHT_GREEN300: string;
LIGHT_GREEN400: string;
LIGHT_GREEN500: string;
LIGHT_GREEN600: string;
LIGHT_GREEN700: string;
LIGHT_GREEN800: string;
LIGHT_GREEN900: string;
ORANGE50: string;
ORANGE100: string;
ORANGE200: string;
ORANGE300: string;
ORANGE400: string;
ORANGE500: string;
ORANGE600: string;
ORANGE700: string;
ORANGE800: string;
ORANGE900: string;
};