UNPKG

@seasketch/geoprocessing

Version:

Geoprocessing and reporting framework for SeaSketch 2.0

9 lines (8 loc) 248 B
import React from "react"; import { IucnActivityRankId } from "../../iucn/index.js"; export interface IucnActivityRank { id: IucnActivityRankId; desc: string; display: string; } export declare const IucnMatrix: () => React.JSX.Element;