UNPKG

@mapbox-vue3/env-layers

Version:

Mapbox Vue3 Component Library Env Layers

13 lines (12 loc) 490 B
import { MbRainLayer } from './rain-layer'; import { MbSnowLayer } from './snow-layer'; import { MbTempLayer } from './temp-layer'; import { MbWindLayer } from './wind-layer'; import type { App } from 'vue'; export declare const install: (Vue: App, opts?: Record<string, any>) => void; export { MbRainLayer, MbSnowLayer, MbTempLayer, MbWindLayer }; declare const _default: { version: string; install: (Vue: App<any>, opts?: Record<string, any>) => void; }; export default _default;