UNPKG

vexip-ui

Version:

A Vue 3 UI library, Highly customizability, full TypeScript, performance pretty good

7 lines (6 loc) 224 B
export type ScrollbarPlacement = 'top' | 'right' | 'bottom' | 'left'; export declare const enum ScrollbarType { HORIZONTAL = 0, VERTICAL = 1 } export declare const scrollbarPlacements: readonly ScrollbarPlacement[];