UNPKG

apphouse

Version:

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

32 lines (31 loc) 867 B
import { Token } from '../themes/Token'; export declare const APP_ID = "Apphouse"; /** * Default text color when all else fails */ export declare const DEFAULT_TEXT_COLOR = "#000000"; export declare const LayoutPaddings: { appContainer: { marginLeft: number; }; appContainerContracted: { marginLeft: number; }; }; export declare const DEFAULT_SAMPLE_TEMPLATE_ID = "188ae9bc-da33-4686-80dc-fbaaf1f3eb8b"; export declare const LayoutHeights: { header: number; appBar: number; appHeader: number; mobileHeader: number; }; export declare const DEFAULT_APP_TITLE = "Apphouse App"; export declare enum ApphousePaletteModeOptions { dark = "dark", light = "light", base = "base" } export declare const CommonFontWeights: { [fontWeight: string]: number; }; export declare const CommonFontWeightTokens: Token[];