UNPKG

@pnp/spfx-controls-react

Version:

Reusable React controls for SharePoint Framework solutions

5 lines 213 B
import { IErrorDisplayProps } from "./IErrorDisplayProps"; import React from "react"; export declare const ShowError: React.FC<IErrorDisplayProps>; export default ShowError; //# sourceMappingURL=ShowError.d.ts.map