/** * Copyright (c) OpenLens Authors. All rights reserved. * Licensed under MIT License. See LICENSE in root directory for more information. */ export type { AnimateName, AnimateProps } from "./src/animate"; export { Animate } from "./src/animate"; export { defaultEnterDurationForAnimatedInjectable } from "./src/default-enter-duration.injectable"; export { defaultLeaveDurationForAnimatedInjectable } from "./src/default-leave-duration.injectable"; export type { RequestAnimationFrame } from "./src/request-animation-frame.injectable"; export { requestAnimationFrameInjectable } from "./src/request-animation-frame.injectable"; export { animateFeature } from "./src/feature";