UNPKG

vue-yandex-maps

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