UNPKG

@adoratorio/hades

Version:

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

11 lines 264 B
export interface StartStopOptions { scrollNode: HTMLElement | Window; emitGlobal: boolean; callbacks: { start: Function; stop: Function; }; precision: number; mobileDelay: number; } //# sourceMappingURL=declarations.d.ts.map