UNPKG

@pnp/spfx-controls-react

Version:

Reusable React controls for SharePoint Framework solutions

8 lines 249 B
import * as React from "react"; export interface IErrorInfoProps { error: Error; showError: boolean; showStack?: boolean; } export declare const ErrorInfo: React.FunctionComponent<IErrorInfoProps>; //# sourceMappingURL=ErrorInfo.d.ts.map