UNPKG

@seasketch/geoprocessing

Version:

Geoprocessing and reporting framework for SeaSketch 2.0

10 lines (9 loc) 261 B
import React from "react"; export interface RbcsPanelProps { value: number; size?: number; } /** * Single-sketch status panel for MPA regulation-based classification */ export declare const RbcsZoneClassPanel: React.FunctionComponent<RbcsPanelProps>;