UNPKG

@pnp/spfx-controls-react

Version:

Reusable React controls for SharePoint Framework solutions

7 lines 271 B
import * as React from "react"; import { IErrorInfo } from "../ErrorInfo/IErrorInfo"; export interface IRenderErrorProps { errorInfo: IErrorInfo; } export declare const RenderError: React.FunctionComponent<IRenderErrorProps>; //# sourceMappingURL=RenderError.d.ts.map