Files

3 lines
134 B
TypeScript
Raw Permalink Normal View History

export function detectScrollType(): string;
export function getNormalizedScrollLeft(element: HTMLElement, direction: string): number;