UNPKG

@pnp/spfx-controls-react

Version:

Reusable React controls for SharePoint Framework solutions

8 lines 203 B
export interface IImageFile { fileName: string; fileSize: number; fileType: string; downLoadFileContent: () => Promise<string>; url: string; } //# sourceMappingURL=IImageFile.d.ts.map