UNPKG

@adoratorio/hades

Version:

A smooth scrollbar based on Hermes, scroll down 'till hell

16 lines 341 B
export declare enum TRACK { X = "x", Y = "y" } export interface Track { wrapper: HTMLElement | null; thumb: HTMLElement | null; thumbSize: number; ratio: number; drag: boolean; } export interface ScrollbarsOptions { viewport: HTMLElement; tracks: Array<TRACK>; } //# sourceMappingURL=declarations.d.ts.map