Interface: AppTooltipProps¶
Defined in: src/components/tooltip/AppTooltip.tsx:21
Properties¶
children¶
children:
ReactElement
Defined in: src/components/tooltip/AppTooltip.tsx:23
Content to wrap — the tooltip target
label¶
label:
ReactNode
Defined in: src/components/tooltip/AppTooltip.tsx:25
Text to display in the tooltip
openDelay?¶
optionalopenDelay?:number
Defined in: src/components/tooltip/AppTooltip.tsx:27
Delay before opening (ms). Default: 400