UNPKG

indicate

Version:

Scroll indicator for elements with scrollable overflow.

9 lines (8 loc) 214 B
import { Options } from '../types'; export declare const wrapTable: ({ element, options }: { element: HTMLElement; options: Options; }) => { outerWrapper: HTMLElement; innerWrapper: HTMLElement; };