apphouse
Version:
Component library for React that uses observable state management and theme-able components.
8 lines (7 loc) • 302 B
TypeScript
import { ApphouseTheme } from '../../styles/defaults/themes.interface';
import { ThemeColors } from '../../styles/defaults/themes.interface';
export declare const ApphouseLightThemeColors: ThemeColors;
/**
* Defines the Apphouse Light Theme
*/
export declare const ApphouseLightTheme: ApphouseTheme;