Files
2024-12-17 13:23:11 -08:00

3 lines
134 B
TypeScript

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