import { Animate } from "./animate"; export type { TaroAnimateProps as AnimateProps, AnimateType, AnimateAction, } from "../../types"; export default Animate;