diff --git a/types/index.d.ts b/types/index.d.ts index 6f3eb79b3..566b12790 100644 --- a/types/index.d.ts +++ b/types/index.d.ts @@ -2755,8 +2755,8 @@ export interface TooltipOptions extends Cor */ textDirection: Scriptable>; - animation: AnimationSpec; - animations: AnimationsSpec; + animation: AnimationSpec | false; + animations: AnimationsSpec | false; callbacks: TooltipCallbacks; }