UNPKG

vite-uni-dev-tool

Version:

vite-uni-dev-tool, debug, uni-app, 一处编写,到处调试

5 lines (4 loc) 296 B
import { ComponentInternalInstance } from 'vue'; export declare function getRect(selector: string, context: ComponentInternalInstance | null | any, node?: boolean): Promise<UniApp.NodeInfo>; export declare function addUnit(value?: string | number): string; //# sourceMappingURL=utils.d.ts.map