UNPKG

vue-maplibre-gl

Version:
39 lines (38 loc) 1.69 kB
import { FillExtrusionLayerSpecification, Source } from 'maplibre-gl'; import { PropType, DefineComponent, ExtractPropTypes, VNode, RendererNode, RendererElement, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue'; declare const _default: DefineComponent<ExtractPropTypes<{ layout: PropType<FillExtrusionLayerSpecification["layout"]>; paint: PropType<FillExtrusionLayerSpecification["paint"]>; filter: PropType<FillExtrusionLayerSpecification["filter"]>; layerId: { type: PropType<string>; required: boolean; }; source: PropType<string | Source>; metadata: PropType<any>; sourceLayer: PropType<string>; minzoom: PropType<number>; maxzoom: PropType<number>; interactive: PropType<boolean>; before: PropType<string>; }>, () => VNode<RendererNode, RendererElement, { [key: string]: any; }>, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, string[], string, PublicProps, Readonly< ExtractPropTypes<{ layout: PropType<FillExtrusionLayerSpecification["layout"]>; paint: PropType<FillExtrusionLayerSpecification["paint"]>; filter: PropType<FillExtrusionLayerSpecification["filter"]>; layerId: { type: PropType<string>; required: boolean; }; source: PropType<string | Source>; metadata: PropType<any>; sourceLayer: PropType<string>; minzoom: PropType<number>; maxzoom: PropType<number>; interactive: PropType<boolean>; before: PropType<string>; }>> & Readonly<{ [x: `on${Capitalize<string>}`]: ((...args: any[]) => any) | undefined; }>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>; export default _default;