UNPKG

indicate

Version:

Scroll indicator for elements with scrollable overflow.

9 lines (8 loc) 614 B
import { ArrowIcon } from './types'; export declare const log: (messageKey: string, objects?: any) => void; export declare const isInline: (element: HTMLElement) => string | false; export declare const isTable: (element: HTMLElement) => boolean; export declare const hideScrollbarWithWebkitPseudoClass: (element: HTMLElement) => void; export declare const removeHideScrollbarStyle: (element: HTMLElement, innerWrapper: HTMLElement) => void; export declare const wrapElementIn: (element: HTMLElement, wrapper: HTMLElement) => void; export declare const arrowIcon: (icon: ArrowIcon, color: string) => SVGSVGElement;