UNPKG

@yandex/ymaps3-types

Version:

Types for ymaps3 maps library

7 lines (6 loc) 442 B
import type { CustomVuefyFn, CustomVuefyOptions } from "../../vuefy"; import { YMapRulerCommonProps, YMapRulerCommon as YMapRulerI } from "../YMapRulerCommon"; type YMapRulerVuefyProps = Omit<YMapRulerCommonProps, "point" | "previewPoint">; export declare const YMapRulerVuefyOptions: CustomVuefyOptions<YMapRulerI, YMapRulerVuefyProps>; export declare const YMapRulerVuefyOverride: CustomVuefyFn<YMapRulerI, YMapRulerVuefyProps>; export {};