Fix types

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
renovate/vector-im
Michael Telatynski 2025-01-07 13:52:02 +00:00
parent eba42b1a86
commit a7416753bf
No known key found for this signature in database
GPG Key ID: A2B008A5F49F5D0D
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ type Props<T extends ElementType = "div"> = {
/**
* The tooltip to show on hover or focus.
*/
title?: TooltipProps["label"];
title?: string;
/**
* The caption is a secondary text displayed under the `title` of the tooltip.
* Only valid when used in conjunction with `title`.