Skip to content

Commit 47c5191

Browse files
authored
chore: update tooltip type (#2862)
1 parent 490aacb commit 47c5191

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

types/tootip/tooltip.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ export declare class Tooltip extends AntdComponent {
1212
* The text shown in the tooltip
1313
* @type any (string | slot)
1414
*/
15-
title: VNodeChild | JSX.Element;
15+
title?: VNodeChild | JSX.Element;
1616
} & TooltipCommon;
1717
}

0 commit comments

Comments
 (0)