UNPKG

infinity-forge

Version:
5 lines (4 loc) 140 B
export declare function useIsVisible({ ref, showOneTime }: { ref: React.RefObject<HTMLElement>; showOneTime?: boolean; }): boolean;