UNPKG

@polygonjs/plugin-mapbox

Version:

Mapbox plugin for the 3D engine https://polygonjs.com

8 lines (7 loc) 281 B
import type { IntegrationData } from '@polygonjs/polygonjs/dist/src/engine/nodes/_Base'; export declare class CoreMapboxClient { static CSS_URL: string; static _token: string; static token(): string | undefined; static integration_data(): IntegrationData | void; }