Options
All
  • Public
  • Public/Protected
  • All
Menu

Module "frontend-packages/react-cookie-banner/src/inlineStyles/banner/buttons/common"

Index

Functions

bannerButtonsInlineStyleCommon

  • bannerButtonsInlineStyleCommon(__namedParameters: { antiAdBlocker: YesNo; bg: BackgroundColor; borderColor: BorderColor; borderRadius: number; borderWidth: number; fontColor: Color; fontSize: number; fontWeight: FontWeight; hoverBg: BackgroundColor; hoverBorderColor: BorderColor; hoverFontColor: Color; name: string; order: number; padding: MarginOrPadding; pageRequestUuid4: string; textAlign: TextAlign; type: ButtonType }, mobile: Customize["mobile"], isHover: boolean, framed: boolean, isTwoButtonRowLayout: boolean): { className: string; style: CSSProperties }
  • Parameters

    • __namedParameters: { antiAdBlocker: YesNo; bg: BackgroundColor; borderColor: BorderColor; borderRadius: number; borderWidth: number; fontColor: Color; fontSize: number; fontWeight: FontWeight; hoverBg: BackgroundColor; hoverBorderColor: BorderColor; hoverFontColor: Color; name: string; order: number; padding: MarginOrPadding; pageRequestUuid4: string; textAlign: TextAlign; type: ButtonType }
      • antiAdBlocker: YesNo
      • bg: BackgroundColor
      • borderColor: BorderColor
      • borderRadius: number
      • borderWidth: number
      • fontColor: Color
      • fontSize: number
      • fontWeight: FontWeight
      • hoverBg: BackgroundColor
      • hoverBorderColor: BorderColor
      • hoverFontColor: Color
      • name: string
      • order: number
      • padding: MarginOrPadding
      • pageRequestUuid4: string
      • textAlign: TextAlign
      • type: ButtonType
    • mobile: Customize["mobile"]
    • isHover: boolean
    • framed: boolean
    • isTwoButtonRowLayout: boolean

    Returns { className: string; style: CSSProperties }

    • className: string
    • style: CSSProperties

Generated using TypeDoc