import { Animate } from './animate.taro';
export type { AnimateType, AnimateAction } from './types';
export type { AnimateProps } from './animate.taro';
export default Animate;
