We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 490aacb commit 47c5191Copy full SHA for 47c5191
types/tootip/tooltip.d.ts
@@ -12,6 +12,6 @@ export declare class Tooltip extends AntdComponent {
12
* The text shown in the tooltip
13
* @type any (string | slot)
14
*/
15
- title: VNodeChild | JSX.Element;
+ title?: VNodeChild | JSX.Element;
16
} & TooltipCommon;
17
}
0 commit comments