chore: update tooltip type (#2862)
parent
490aacb7dc
commit
47c5191b8c
|
@ -12,6 +12,6 @@ export declare class Tooltip extends AntdComponent {
|
|||
* The text shown in the tooltip
|
||||
* @type any (string | slot)
|
||||
*/
|
||||
title: VNodeChild | JSX.Element;
|
||||
title?: VNodeChild | JSX.Element;
|
||||
} & TooltipCommon;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue