@fe6/water-pro
Version:
An enterprise-class UI design language and Vue-based implementation
21 lines (18 loc) • 321 B
text/typescript
/** @format */
export interface BarMapItem {
offset: string;
scroll: string;
scrollSize: string;
size: string;
key: string;
axis: string;
client: string;
direction: string;
}
export interface BarMap {
vertical: BarMapItem;
horizontal: BarMapItem;
}
export interface ScrollbarType {
wrap: ElRef;
}