Update AnimateOnScroll.d.ts

pull/4726/head
tugcekucukoglu 2023-10-30 13:43:53 +03:00
parent 3a68a9f6ce
commit eebaffb349
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ export interface AnimateOnScrollDirectiveBinding extends Omit<DirectiveBinding,
*/
value?: AnimateOnScrollOptions | undefined;
/**
* Modifiers of the tooltip.
* Modifiers of the AnimateOnScroll.
* @type {AnimateOnScrollDirectiveModifiers}
*/
modifiers?: AnimateOnScrollDirectiveModifiers | undefined;