Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • Mode

Index

Properties

Properties

unknown

unknown: <Section>(section: Section, keypath: string[], optional: boolean | undefined, theme: ThemeResolver) => ThemeSectionValueType<Theme[Section]> | undefined | void

Type declaration

    • Type parameters

      • Section: "colors" | "spacing" | "durations" | "screens" | "animation" | "backgroundColor" | "backgroundImage" | "backgroundOpacity" | "borderColor" | "borderOpacity" | "borderRadius" | "borderWidth" | "boxShadow" | "divideColor" | "divideOpacity" | "divideWidth" | "fill" | "flex" | "fontFamily" | "fontSize" | "fontWeight" | "gap" | "gradientColorStops" | "height" | "inset" | "keyframes" | "letterSpacing" | "lineHeight" | "margin" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "order" | "outline" | "padding" | "placeholderColor" | "placeholderOpacity" | "ringColor" | "ringOffsetColor" | "ringOffsetWidth" | "ringOpacity" | "ringWidth" | "rotate" | "scale" | "skew" | "space" | "stroke" | "strokeWidth" | "textColor" | "textOpacity" | "transitionDelay" | "transitionDuration" | "transitionProperty" | "transitionTimingFunction" | "translate" | "width" | "zIndex"

      Parameters

      • section: Section
      • keypath: string[]
      • optional: boolean | undefined
      • theme: ThemeResolver

      Returns ThemeSectionValueType<Theme[Section]> | undefined | void

warn

warn: (message: string, directive?: string) => void

Type declaration

    • (message: string, directive?: string): void
    • Parameters

      • message: string
      • Optional directive: string

      Returns void

Generated using TypeDoc