vue-yandex-maps
Version:
Yandex Maps 3.0 components library for VueJS.
44 lines (43 loc) • 1.54 kB
TypeScript
import { YMapFeature } from '@yandex/ymaps3-types';
import { PropType, SlotsType } from 'vue';
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
value: {
type: PropType<YMapFeature | null>;
default: null;
};
modelValue: {
type: PropType<YMapFeature | null>;
default: null;
};
settings: {
type: PropType<ConstructorParameters<typeof YMapFeature>[0]>;
required: true;
};
}>, () => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
[key: string]: any;
}> | import('vue').VNodeArrayChildren, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
input(item: YMapFeature): boolean;
'update:modelValue'(item: YMapFeature): boolean;
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
value: {
type: PropType<YMapFeature | null>;
default: null;
};
modelValue: {
type: PropType<YMapFeature | null>;
default: null;
};
settings: {
type: PropType<ConstructorParameters<typeof YMapFeature>[0]>;
required: true;
};
}>> & Readonly<{
onInput?: ((item: YMapFeature) => any) | undefined;
"onUpdate:modelValue"?: ((item: YMapFeature) => any) | undefined;
}>, {
value: YMapFeature | null;
modelValue: YMapFeature | null;
}, SlotsType<{
default: {};
}>, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
export default _default;