UNPKG

vue3-maplibre-gl

Version:

Vue 3 components and composables for MapLibre GL JS - Build interactive maps with ease

6 lines 222 B
export declare function useLogger(debug?: boolean): { log: (...args: unknown[]) => void; logWarn: (...args: unknown[]) => void; logError: (...args: unknown[]) => void; }; //# sourceMappingURL=useLogger.d.ts.map