UNPKG

vue-maplibre-gl

Version:
25 lines (24 loc) 1.1 kB
import { ImageSourceSpecification } from 'maplibre-gl'; import { PropType, SlotsType, DefineComponent, ExtractPropTypes, VNode, RendererNode, RendererElement, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue'; declare const _default: DefineComponent<ExtractPropTypes<{ sourceId: { type: PropType<string>; required: true; }; url: PropType<ImageSourceSpecification["url"]>; coordinates: PropType<ImageSourceSpecification["coordinates"]>; }>, () => ( VNode<RendererNode, RendererElement, { [key: string]: any; }> | VNode<RendererNode, RendererElement, { [key: string]: any; }>[] | undefined)[], {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{ sourceId: { type: PropType<string>; required: true; }; url: PropType<ImageSourceSpecification["url"]>; coordinates: PropType<ImageSourceSpecification["coordinates"]>; }>> & Readonly<{}>, {}, SlotsType<{ default: {}; }>, {}, {}, string, ComponentProvideOptions, true, {}, any>; export default _default;