mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
13 lines
682 B
TypeScript
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";
|