UNPKG

naive-upload

Version:

<p align="left"> <a href="https://www.npmjs.org/package/naive-upload"> <img src="https://img.shields.io/npm/v/naive-upload.svg"> </a> <a href="https://bundlephobia.com/package/naive-upload@latest"> <img src="https://img.shields.io/bundl

31 lines (30 loc) 762 B
export { h as default }; declare class h { static equalError(s: any, r: any, e: any): boolean; static getInstance(s: any, r: any): h; moving(s: any, r: any): void; currentX: any; currentY: any; transX: any; transY: any; lastTransX: any; lastTransY: any; checkRestore(): boolean; start(s: any, r: any, e: any): void; flag: boolean | undefined; mouseMove: ((n: any) => void) | undefined; scroll: ((n: any) => void) | undefined; scrollX: any; scrollY: any; offset(s: any, r: any): void; offsetX: any; offsetY: any; save(): void; x: any; y: any; zIndex: any; position: any; transform: any; restore(): void; end(s: any): void; }