Options
All
  • Public
  • Public/Protected
  • All
Menu

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

Index

Functions

commonInlineStyleSwitchButton

  • commonInlineStyleSwitchButton(__namedParameters: { bodyDesign: { acceptAllBg: BackgroundColor; acceptAllBorderColor: BorderColor; acceptAllBorderWidth: number; acceptAllFontColor: Color }; customCss: { antiAdBlocker: YesNo }; design: { linkTextDecoration: TextDecoration<string | number> }; group: { linkColor: Color }; layout: { borderRadius: number }; mobile: CustomizeMobile; pageRequestUuid4: string }, active: boolean, isHover: boolean): InlineStyleFunctionReturn<HTMLDivElement>
  • Parameters

    • __namedParameters: { bodyDesign: { acceptAllBg: BackgroundColor; acceptAllBorderColor: BorderColor; acceptAllBorderWidth: number; acceptAllFontColor: Color }; customCss: { antiAdBlocker: YesNo }; design: { linkTextDecoration: TextDecoration<string | number> }; group: { linkColor: Color }; layout: { borderRadius: number }; mobile: CustomizeMobile; pageRequestUuid4: string }
      • bodyDesign: { acceptAllBg: BackgroundColor; acceptAllBorderColor: BorderColor; acceptAllBorderWidth: number; acceptAllFontColor: Color }
        • acceptAllBg: BackgroundColor
        • acceptAllBorderColor: BorderColor
        • acceptAllBorderWidth: number
        • acceptAllFontColor: Color
      • customCss: { antiAdBlocker: YesNo }
      • design: { linkTextDecoration: TextDecoration<string | number> }
        • linkTextDecoration: TextDecoration<string | number>
      • group: { linkColor: Color }
        • linkColor: Color
      • layout: { borderRadius: number }
        • borderRadius: number
      • mobile: CustomizeMobile
      • pageRequestUuid4: string
    • active: boolean
    • isHover: boolean

    Returns InlineStyleFunctionReturn<HTMLDivElement>

Generated using TypeDoc