UNPKG

vue-yandex-maps

Version:
46 lines (45 loc) 1.69 kB
import { PropType, SlotsType } from 'vue'; import { YMapSearchControl } from '@yandex/ymaps3-default-ui-theme'; declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{ value: { type: PropType<YMapSearchControl | null>; default: null; }; modelValue: { type: PropType<YMapSearchControl | null>; default: null; }; settings: { type: PropType<ConstructorParameters<typeof YMapSearchControl>[0]>; required: true; }; 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: YMapSearchControl): boolean; 'update:modelValue'(item: YMapSearchControl): boolean; }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{ value: { type: PropType<YMapSearchControl | null>; default: null; }; modelValue: { type: PropType<YMapSearchControl | null>; default: null; }; settings: { type: PropType<ConstructorParameters<typeof YMapSearchControl>[0]>; required: true; }; index: NumberConstructor; }>> & Readonly<{ onInput?: ((item: YMapSearchControl) => any) | undefined; "onUpdate:modelValue"?: ((item: YMapSearchControl) => any) | undefined; }>, { value: YMapSearchControl | null; modelValue: YMapSearchControl | null; }, SlotsType<{ default: {}; }>, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>; export default _default;