avent-ui
Version:
The best UI library for Typescript and React
9 lines (6 loc) • 348 B
JavaScript
import { gsap } from './gsap-core.js';
export { Timeline as TimelineLite, Timeline as TimelineMax, Tween as TweenLite } from './gsap-core.js';
import { CSSPlugin } from './CSSPlugin.js';
var gsapWithCSS = gsap.registerPlugin(CSSPlugin) || gsap;
export { CSSPlugin, gsapWithCSS as default, gsapWithCSS as gsap };
//# sourceMappingURL=index.js.map