UNPKG

@pnp/spfx-controls-react

Version:

Reusable React controls for SharePoint Framework solutions

7 lines 236 B
import * as React from "react"; export interface IRetryUplaodProps { isShow: boolean; onRetry: () => void; } export declare const RetryUpload: React.FunctionComponent<IRetryUplaodProps>; //# sourceMappingURL=RetryUpload.d.ts.map