Type Alias SpatialLayerProps

SpatialLayerProps: ScatterplotLayerProps & {
    contourLayers: ReturnType<typeof useContour>[];
}