diff --git a/index.d.ts b/index.d.ts index a95c697..f6e7ad2 100644 --- a/index.d.ts +++ b/index.d.ts @@ -49,7 +49,7 @@ export interface TooltipProps { unmountHTMLWhenHide?: boolean; size?: Size; sticky?: boolean; - stickyDuration?: boolean; + stickyDuration?: number; beforeShown?: () => void; shown?: () => void; beforeHidden?: () => void;