UNPKG

vue-yandex-maps

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