avocado-old/packages/timing/index.js
2019-03-19 18:05:42 -05:00

4 lines
133 B
JavaScript

export {Animation} from './animation';
export {Ticker} from './ticker';
export {TimedIndexMixin as TimedIndex} from './timed-index';