1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00
lens/packages/ui-components/animate/index.ts
Gabriel b1e737c334 chore: extract @k8slens/animate
Signed-off-by: Gabriel <gaccettola@mirantis.com>
2023-05-30 21:38:22 +02:00

13 lines
682 B
TypeScript

/**
* 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";