vue-maplibre-gl
Version:
Vue 3 plugin for maplibre-gl
27 lines (26 loc) • 1.24 kB
TypeScript
import { CanvasSourceSpecification } 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;
};
coordinates: PropType<CanvasSourceSpecification["coordinates"]>;
animate: PropType<CanvasSourceSpecification["animate"]>;
canvas: PropType<CanvasSourceSpecification["canvas"]>;
}>, () => ( 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;
};
coordinates: PropType<CanvasSourceSpecification["coordinates"]>;
animate: PropType<CanvasSourceSpecification["animate"]>;
canvas: PropType<CanvasSourceSpecification["canvas"]>;
}>> & Readonly<{}>, {}, SlotsType<{
default: {};
}>, {}, {}, string, ComponentProvideOptions, true, {}, any>;
export default _default;