UNPKG

@1771technologies/lytenyte-pro

Version:

Blazingly fast headless React data grid with 100s of features.

3 lines (2 loc) 203 B
export type Transitioned = "idle" | "closing" | "opening"; export declare function useTransitioned(open: boolean, el: HTMLElement | null, changeComplete?: (b: boolean) => void): [Transitioned, boolean];