UNPKG

@blockscout/ui-toolkit

Version:

A comprehensive collection of reusable Chakra UI components and theme system for Blockscout's projects

3 lines (2 loc) 168 B
import { default as React } from 'react'; export declare function useIsSticky(ref: React.RefObject<HTMLElement | null>, offset?: number, isEnabled?: boolean): boolean;