UNPKG

@seasketch/geoprocessing

Version:

Geoprocessing and reporting framework for SeaSketch 2.0

8 lines (7 loc) 239 B
import React from "react"; export interface ErrorStatusProps { msg: JSX.Element; size?: number; style?: React.HTMLAttributes<HTMLElement>["style"]; } export declare const ErrorStatus: React.FunctionComponent<ErrorStatusProps>;