UNPKG

vue-yandex-maps

Version:
56 lines (55 loc) 2.01 kB
import { YMapComplexEntity } from '@yandex/ymaps3-types'; import { PropType, SlotsType } from 'vue'; export type IYandexMapDefaultSatelliteLayerProps = { /** Should show layer */ visible?: boolean; }; export type IYandexMapDefaultSatelliteLayer = YMapComplexEntity<IYandexMapDefaultSatelliteLayerProps, {}>; declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{ value: { type: PropType<IYandexMapDefaultSatelliteLayer | null>; default: null; }; modelValue: { type: PropType<IYandexMapDefaultSatelliteLayer | null>; default: null; }; settings: { type: PropType<{ visible?: boolean; }>; default: () => {}; }; }>, () => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, { [key: string]: any; }> | import('vue').VNodeArrayChildren, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, { input(item: IYandexMapDefaultSatelliteLayer): boolean; 'update:modelValue'(item: IYandexMapDefaultSatelliteLayer): boolean; }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{ value: { type: PropType<IYandexMapDefaultSatelliteLayer | null>; default: null; }; modelValue: { type: PropType<IYandexMapDefaultSatelliteLayer | null>; default: null; }; settings: { type: PropType<{ visible?: boolean; }>; default: () => {}; }; }>> & Readonly<{ onInput?: ((item: IYandexMapDefaultSatelliteLayer) => any) | undefined; "onUpdate:modelValue"?: ((item: IYandexMapDefaultSatelliteLayer) => any) | undefined; }>, { value: IYandexMapDefaultSatelliteLayer | null; modelValue: IYandexMapDefaultSatelliteLayer | null; settings: { visible?: boolean; }; }, SlotsType<{ default: {}; }>, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>; export default _default;