| 24 | } |
| 25 | |
| 26 | interface VelocityTracker extends VelocityTrackerStatic { |
| 27 | new(target: TweenTarget, properties?: string, type?: VelocityType, next?: VelocityTrackerInstance): VelocityTrackerInstance; |
| 28 | prototype: VelocityTrackerInstance; |
| 29 | register(core: typeof gsap): void; |
| 30 | } |
| 31 | } |
| 32 | |
| 33 | declare const VelocityTracker: gsap.VelocityTracker; |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…