Variable defaultThemeConst

defaultTheme: {
    borderRadius: {
        large: number;
        medium: number;
        small: number;
    };
    fontFamily: {
        font: string;
        variable: string;
    };
    fontFamilyCode: string;
    tokenColorExtraction: boolean;
    accent: string;
    accentSoft: string;
    container: string;
    module: string;
    interactive: string;
    outline: string;
    dialog: string;
    scrim: string;
    primary: string;
    onAccent: string;
    secondary: string;
    hint: string;
    onInteractive: string;
    active: string;
    activeSoft: string;
    success: string;
    warning: string;
    warningSoft: string;
    error: string;
    critical: string;
    criticalSoft: string;
    networkDefaultShadow: string;
    deepShadow: string;
    currentColor: "currentColor";
} = ...

Type declaration

  • borderRadius: {
        large: number;
        medium: number;
        small: number;
    }
    • large: number
    • medium: number
    • small: number
  • fontFamily: {
        font: string;
        variable: string;
    }
    • font: string
    • variable: string
  • fontFamilyCode: string
  • tokenColorExtraction: boolean
  • accent: string
  • accentSoft: string
  • container: string
  • module: string
  • interactive: string
  • outline: string
  • dialog: string
  • scrim: string
  • primary: string
  • onAccent: string
  • secondary: string
  • hint: string
  • onInteractive: string
  • active: string
  • activeSoft: string
  • success: string
  • warning: string
  • warningSoft: string
  • error: string
  • critical: string
  • criticalSoft: string
  • networkDefaultShadow: string
  • deepShadow: string
  • currentColor: "currentColor"

Generated using TypeDoc