UNPKG

@seasketch/geoprocessing

Version:

Geoprocessing and reporting framework for SeaSketch 2.0

10 lines (9 loc) 323 B
import React from "react"; import { Objective } from "../../types/objective.js"; export interface RbcsLearnMoreProps { objectives: Objective[]; } /** * Describes RBCS and lists minimum level of protection required for each objective */ export declare const RbcsLearnMore: React.FunctionComponent<RbcsLearnMoreProps>;