UNPKG

pm-controls

Version:
9 lines (8 loc) 294 B
export declare class ElementExtensions { static width(item: any): number; static height(item: any): number; static scrollWidth(item: any): number; static scrollHeight(item: any): number; static parsePx(item: any): number; static getParentScrollTop(item: any): number; }