UNPKG

eslink-ui-plus

Version:

vue3 component library, css framework

20 lines (19 loc) 421 B
export interface ElementObj extends Node { [key: string]: any; resizeListners: Function[]; observer: MutationObserver; } export interface BarMapItem { key: string; size: string; axis: string; client: string; scrollSize: string; scroll: string; offset: string; direction: string; wide: string; } export interface BarMap { [key: string]: BarMapItem; }