UNPKG

s2maps-gpu

Version:

S2 Maps GPU - An open source, high-performance, and GPU-accelerated map engine for rendering large-scale, interactive maps.

8 lines (7 loc) 206 B
import type { App } from 'vue'; export * from './S2Map.vue'; /** * Install the Vue S2MapGPU Component globally * @param app - The Vue app instance */ export declare const vueInstall: (app: App) => void;