UNPKG

@pnp/spfx-controls-react

Version:

Reusable React controls for SharePoint Framework solutions

7 lines 222 B
import * as React from "react"; export interface IFileErrorProps { error: string; isShow: boolean; } export declare const FileError: React.FunctionComponent<IFileErrorProps>; //# sourceMappingURL=FileError.d.ts.map