UNPKG

indicate

Version:

Scroll indicator for elements with scrollable overflow.

10 lines (9 loc) 434 B
declare const _default: { indicator: (element: HTMLElement, options: any, direction: string) => void; observer: (element: HTMLElement, options: any, direction: string) => void; arrow: (element: HTMLElement, options: any, direction: string) => void; element: (element: HTMLElement) => void; outerWrapper: (element: HTMLElement) => void; innerWrapper: (element: HTMLElement) => void; }; export default _default;