UNPKG

@yandex/ymaps3-types

Version:

Types for ymaps3 maps library

3 lines (2 loc) 184 B
import type { RawRoute, RouteFeature, RouteOptions } from "../interface"; export declare function toRoute(rawRoute: RawRoute, featureId: string, options?: RouteOptions): RouteFeature;