UNPKG

react-aria

Version:
4 lines (3 loc) 246 B
import { RefObject } from 'react'; export declare function useEnterAnimation(ref: RefObject<HTMLElement | null>, isReady?: boolean): boolean; export declare function useExitAnimation(ref: RefObject<HTMLElement | null>, isOpen: boolean): boolean;