UNPKG

@seasketch/geoprocessing

Version:

Geoprocessing and reporting framework for SeaSketch 2.0

7 lines (6 loc) 206 B
import { FunctionComponent, ReactNode } from "react"; export interface ReportPageProps { hidden: boolean; children: ReactNode; } export declare const ReportPage: FunctionComponent<ReportPageProps>;