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:
ug
2025-11-26 10:24:10 +08:00
committed by GitHub
parent 78547e2412
commit 0f869011bd

View File

@@ -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;
}