UNPKG

@exadel/esl

Version:

Exadel Smart Library (ESL) is the lightweight custom elements library that provide a set of super-flexible components

4 lines (3 loc) 233 B
/** Checks if the element in a RTL direction context */ export declare const isRTL: (el?: HTMLElement | null) => boolean; export declare const normalizeScrollLeft: (el: HTMLElement, value?: number | null, isRtl?: boolean) => number;