UNPKG

@mantine/hooks

Version:

A collection of 50+ hooks for state and UI management

5 lines (4 loc) 135 B
export declare function useInViewport<T extends HTMLElement = any>(): { ref: (node: T | null) => void; inViewport: boolean; };