UNPKG

react-component-transition

Version:
9 lines (8 loc) 313 B
import { AnimationSettingsProp } from "../../types"; import { AnimationHook } from "./types"; interface ExitAnimationProps extends AnimationHook { settings: AnimationSettingsProp; prevClientRect: ClientRect; } export declare const useExitAnimation: (props: ExitAnimationProps) => void; export {};