UNPKG

vue-yandex-maps

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