eslink-ui-plus
Version:
vue3 component library, css framework
18 lines (17 loc) • 349 B
TypeScript
interface BarMapItem {
key: string;
size: string;
axis: string;
client: string;
scroll: string;
scrollSize: string;
offset: string;
direction: string;
wide: string;
}
interface BarMap {
[key: string]: BarMapItem;
}
export declare const BAR_MAP: BarMap;
export declare const a: {};
export {};