UNPKG

element-plus

Version:

A Component Library for Vue3.0

28 lines (27 loc) 611 B
export declare const BAR_MAP: { vertical: { offset: string; scroll: string; scrollSize: string; size: string; key: string; axis: string; client: string; direction: string; }; horizontal: { offset: string; scroll: string; scrollSize: string; size: string; key: string; axis: string; client: string; direction: string; }; }; export declare function renderThumbStyle({ move, size, bar }: { move: any; size: any; bar: any; }): any;