geoiq-frontend-ui-kit
Version:
This project is a UI kit for GeoIQ's frontend. It's built with React, TypeScript, and Vite.
13 lines • 315 B
TypeScript
export declare const MAP_LAYER_CONFIG: {
ROADMAP: string;
ROADMAP_TRAFFIC: string;
SATELLITE: string;
SATELLITE_TRAFFIC: string;
};
export declare const MAP_LAYER_TYPES: {
key: string;
label: string;
type: string;
traffic: boolean;
}[];
//# sourceMappingURL=map-layer-config.d.ts.map