UNPKG

react-component-transition

Version:
9 lines (8 loc) 332 B
import { ContainerProps } from "../../types"; import { AnimationHook } from "./types"; interface ContainerAnimationProps extends AnimationHook, ContainerProps { prevClientRect: ClientRect; nextClientRect: ClientRect; } export declare const useContainerAnimation: (props: ContainerAnimationProps) => void; export {};