@yandex/ymaps3-types
Version:
Types for ymaps3 maps library
7 lines (6 loc) • 448 B
TypeScript
import type { CustomVuefyFn, CustomVuefyOptions } from "../../vuefy/index";
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 {};