@adoratorio/hades
Version:
A smooth scrollbar based on Hermes, scroll down 'till hell
12 lines • 332 B
TypeScript
import Boundaries from "../../Boundaries";
export interface VirtualRenderOptions {
scrollNode: HTMLElement;
lockX: boolean;
lockY: boolean;
renderScroll: boolean;
infiniteScroll: boolean;
autoBoundaries: boolean;
boundaries: Boundaries;
precision: number;
}
//# sourceMappingURL=declarations.d.ts.map