UNPKG

vue-yandex-maps

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