UNPKG

indicate

Version:

Scroll indicator for elements with scrollable overflow.

4 lines (3 loc) 250 B
import { Instance, Options } from '../types'; export declare const move: (element: HTMLElement, wrapper: HTMLElement, options: Options) => void; export declare const undoMove: (element: HTMLElement, wrapper: HTMLElement, instance: Instance) => void;