UNPKG

vue-yandex-maps

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