setupTooltipProps()
function setupTooltipProps(props):
| {
aria-label: string;
}
| {
aria-label?: undefined;
};
Parameters
| Parameter | Type |
|---|---|
props | Partial<TooltipProps> |
Returns
| {
aria-label: string;
}
| {
aria-label?: undefined;
}