vue-maplibre-gl
Version:
Vue 3 plugin for maplibre-gl
25 lines (24 loc) • 1.11 kB
TypeScript
import { VideoSourceSpecification } 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;
};
urls: PropType<VideoSourceSpecification["urls"]>;
coordinates: PropType<VideoSourceSpecification["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;
};
urls: PropType<VideoSourceSpecification["urls"]>;
coordinates: PropType<VideoSourceSpecification["coordinates"]>;
}>> & Readonly<{}>, {}, SlotsType<{
default: {};
}>, {}, {}, string, ComponentProvideOptions, true, {}, any>;
export default _default;