UNPKG

@chakra-ui/hooks

Version:

React hooks for Chakra components

9 lines (8 loc) 229 B
export interface UseAnimationStateProps { isOpen: boolean; ref: React.RefObject<HTMLElement>; } export declare function useAnimationState(props: UseAnimationStateProps): { present: boolean; onComplete(): void; };