UNPKG

@seasketch/geoprocessing

Version:

Geoprocessing and reporting framework for SeaSketch 2.0

11 lines (10 loc) 340 B
import React from "react"; import { ReportError } from "./ReportError.js"; declare const _default: { component: typeof ReportError; title: string; decorators: ((storyFn: any) => JSX.Element)[]; }; export default _default; export declare const throws: () => React.JSX.Element; export declare const okay: () => React.JSX.Element;