UNPKG

vue-yandex-maps

Version:
5 lines (4 loc) 390 B
import { ArgsType } from '../types'; import type * as WorldUtils from '@yandex/ymaps3-world-utils'; export declare function worldToPixels(...args: ArgsType<typeof WorldUtils.worldToPixels>): Promise<ReturnType<typeof WorldUtils.worldToPixels>>; export declare function pixelsToWorld(...args: ArgsType<typeof WorldUtils.pixelsToWorld>): Promise<ReturnType<typeof WorldUtils.pixelsToWorld>>;