@wix/design-system
Version:
@wix/design-system
28 lines (24 loc) • 670 B
Markdown
### content
- type: ReactNode
- description: Tooltip content.
### size
- type: InfoIconSize
- description: Controls the icon size.
### dataHook
- type: string
- description: A hook for testing purposes.
### className
- type: string
- description: Specifies a CSS class name to be appended to the component's root element.
### tooltipProps
- type: TooltipCommonProps
- description: Customize <Tooltip/> appearance with its props component.
### children
- type: ReactNode
- description: A component to replace default the icon.
### aria-labelledby
- type: string
- description: No description
### aria-describedby
- type: string
- description: No description