UNPKG

@codingheads/sticky-header

Version:

A library that allows you to create sticky headers. It uses `position: sticky` and IntersectionObserver

5 lines (4 loc) 284 B
export declare const deepEquals: (x: any, y: any) => boolean; export declare const throttle: (func: any, limit?: number) => () => void; export declare const debounce: (func: any, wait: any, immediate?: boolean) => () => void; export declare const isFunction: (value: any) => boolean;