UNPKG

gsap

Version:

GSAP is a JavaScript library for building high-performance animations that work in **every** major browser. Animate CSS, SVG, canvas, React, Vue, WebGL, colors, strings, motion paths, generic objects...anything JavaScript can touch! No other library deliv

24 lines (18 loc) 573 B
// TODO declare const MotionPathPlugin: any; declare module "gsap/MotionPathPlugin" { // TODO export const MotionPathPlugin: any; export { MotionPathPlugin as default }; } declare module "gsap/dist/MotionPathPlugin" { export * from "gsap/MotionPathPlugin"; export { MotionPathPlugin as default } from "gsap/MotionPathPlugin"; } declare module "gsap/src/MotionPathPlugin" { export * from "gsap/MotionPathPlugin"; export { MotionPathPlugin as default } from "gsap/MotionPathPlugin"; } declare module "gsap/all" { export * from "gsap/MotionPathPlugin"; }