UNPKG

vue-yandex-maps

Version:
45 lines (44 loc) 1.6 kB
import { PropType, SlotsType } from 'vue'; import { YMapControl } from '@yandex/ymaps3-types'; declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{ value: { type: PropType<YMapControl | null>; default: null; }; modelValue: { type: PropType<YMapControl | null>; default: null; }; settings: { type: PropType<NonNullable<ConstructorParameters<typeof YMapControl>[0]>>; default: () => {}; }; }>, () => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, { [key: string]: any; }>, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, { input(item: YMapControl): boolean; 'update:modelValue'(item: YMapControl): boolean; }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{ value: { type: PropType<YMapControl | null>; default: null; }; modelValue: { type: PropType<YMapControl | null>; default: null; }; settings: { type: PropType<NonNullable<ConstructorParameters<typeof YMapControl>[0]>>; default: () => {}; }; }>> & Readonly<{ onInput?: ((item: YMapControl) => any) | undefined; "onUpdate:modelValue"?: ((item: YMapControl) => any) | undefined; }>, { value: YMapControl | null; modelValue: YMapControl | null; settings: import('@yandex/ymaps3-types').YMapControlProps; }, SlotsType<{ default: {}; }>, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>; export default _default;