UNPKG

@indielayer/ui

Version:

Indielayer UI Components with Tailwind CSS build for Vue 3

8 lines (7 loc) 280 B
import type { Direction } from '../core/types'; export declare function adjustScrollOffsetForRtl({ containerElement, direction, isRtl, scrollOffset, }: { containerElement: HTMLElement | null; direction: Direction; isRtl: boolean; scrollOffset: number; }): number;