chore: update tooltip type (#2862)

pull/2860/head^2
zkwolf 2020-09-18 22:53:33 +08:00 committed by GitHub
parent 490aacb7dc
commit 47c5191b8c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -12,6 +12,6 @@ export declare class Tooltip extends AntdComponent {
* The text shown in the tooltip * The text shown in the tooltip
* @type any (string | slot) * @type any (string | slot)
*/ */
title: VNodeChild | JSX.Element; title?: VNodeChild | JSX.Element;
} & TooltipCommon; } & TooltipCommon;
} }