UNPKG

gatsby-cli

Version:

Gatsby command-line interface for creating new sites and running Gatsby commands

7 lines (6 loc) 239 B
import { FunctionComponent } from "react"; import { IStructuredError } from "../../../../structured-errors/types"; export interface IErrorProps { details: IStructuredError; } export declare const Error: FunctionComponent<IErrorProps>;