UNPKG

element-plus

Version:

A Component Library for Vue3.0

6 lines (5 loc) 350 B
import type { RTLOffsetType, Direction } from './types'; export declare const getScrollDir: (prev: number, cur: number) => "forward" | "backward"; export declare const isHorizontal: (dir: string) => boolean; export declare const isRTL: (dir: Direction) => boolean; export declare function getRTLOffsetType(recalculate?: boolean): RTLOffsetType;