Skip to content

Commit

Permalink
add forceRender Type (#472)
Browse files Browse the repository at this point in the history
* supplemental forceRender Type

* Revert "supplemental forceRender Type"

This reverts commit 67fe476.

* add forceRender Type

---------

Co-authored-by: lhy <[email protected]>
  • Loading branch information
liangkuku and lhy authored Dec 13, 2023
1 parent 8f4ac4f commit 5cfc4e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Tooltip.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ export interface TooltipProps
| 'mouseLeaveDelay'
| 'mouseEnterDelay'
| 'prefixCls'
| 'forceRender'
> {
trigger?: ActionType | ActionType[];
defaultVisible?: boolean;
Expand Down

0 comments on commit 5cfc4e3

Please sign in to comment.