landvex: Fixar och tester klara för alla komponenter
- Datafabrik: Dockerfile fix, agentorkestrering fungerar - Vision: Identify-modell, FAISS, OCR alla testade - API: Alla 7 integrationstester passerade - Upplösare: Entitetsupplösning verifierad
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
/// <reference types="react" />
|
||||
import { type LayerProps } from '@react-leaflet/core';
|
||||
import { TileLayer as LeafletTileLayer, type TileLayerOptions } from 'leaflet';
|
||||
export interface TileLayerProps extends TileLayerOptions, LayerProps {
|
||||
url: string;
|
||||
}
|
||||
export declare const TileLayer: import("react").ForwardRefExoticComponent<TileLayerProps & import("react").RefAttributes<LeafletTileLayer>>;
|
||||
Reference in New Issue
Block a user