Module "frontend-packages/react-cookie-banner/src/components/closeIcon"
Variables
Let counter
counter: number = 0
Defined in builds/devowlio/devowl-wp/frontend-packages/react-cookie-banner/src/components/closeIcon.tsx:7
Functions
Const CloseIcon
CloseIcon( __namedParameters: { color: string ; framed: boolean ; onClick: ( ) => void ; renderInContainer: HTMLElement ; thickness: number ; tooltipAlways: boolean ; tooltipText: string ; width: number } ) : Element
Defined in builds/devowlio/devowl-wp/frontend-packages/react-cookie-banner/src/components/closeIcon.tsx:23
Parameters
__namedParameters: { color: string ; framed: boolean ; onClick: ( ) => void ; renderInContainer: HTMLElement ; thickness: number ; tooltipAlways: boolean ; tooltipText: string ; width: number }
color: string
framed: boolean
onClick: ( ) => void
renderInContainer: HTMLElement
thickness: number
tooltipAlways: boolean
tooltipText: string
width: number
Returns Element
Legend
Namespace
Object literal
Variable
Function
Function with type parameter
Type alias
Type alias with type parameter
A portaled close icon creates a close icon rendered to a given container. This allows you to put the close icon on the top right corner of an
overflow:hidden
container and the tooltip gets rendered correctly.