mirror of
https://github.com/ant-design/ant-design.git
synced 2026-02-09 02:49:18 +08:00
type(Tooltip): The type is missing (#55912)
Co-authored-by: liuqiang <qiang.liu@xinjifamily.com> Co-authored-by: afc163 <afc163@gmail.com>
This commit is contained in:
@@ -129,11 +129,11 @@ export interface TooltipProps extends AbstractTooltipProps {
|
||||
styles?: TooltipStylesType;
|
||||
}
|
||||
|
||||
/**
|
||||
* @internal
|
||||
* Internal props type with hidden properties
|
||||
*/
|
||||
interface InternalTooltipProps extends TooltipProps {
|
||||
/**
|
||||
* @internal
|
||||
* Internal props type with hidden properties
|
||||
*/
|
||||
'data-popover-inject'?: boolean;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user