UNPKG

517 BTypeScriptView Raw
1import { Ticker, Plugins, Easing } from 'tween-one';
2import TweenOne from './TweenOne';
3import TweenOneGroup from './TweenOneGroup';
4import ChildrenPlugin from './plugin/ChildrenPlugin';
5import PathMotionPlugin from './plugin/PathMotionPlugin';
6import SvgDrawPlugin from './plugin/SvgDrawPlugin';
7import SvgMorphPlugin from './plugin/SvgMorphPlugin';
8export * from './type';
9export { Easing, Ticker, Plugins, TweenOneGroup, ChildrenPlugin, PathMotionPlugin, SvgDrawPlugin, SvgMorphPlugin, };
10export default TweenOne;