export default animate; export { animate }; export * from "./types.js"; import { animate } from "./animate.js"; export { calculateRootMargin, ANIMATION_TYPES } from "./animations.js";