@indoorequal/vue-maplibre-gl
Version:
Vue 3 plugin for maplibre-gl
12 lines (11 loc) • 643 B
TypeScript
/**
* Circle Layer
*
* See the [layer style specification](https://maplibre.org/maplibre-style-spec/layers/)
*/
declare const _default: import('vue').DefineComponent<{}, (() => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
[key: string]: any;
}>) | undefined, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, string[], string, import('vue').PublicProps, Readonly<{}> & Readonly<{
[x: `on${Capitalize<string>}`]: ((...args: any[]) => any) | undefined;
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
export default _default;