UNPKG

@pnp/spfx-controls-react

Version:

Reusable React controls for SharePoint Framework solutions

8 lines 159 B
export interface IFile { name: string; path: string; size: number; created: string; modified: string; } //# sourceMappingURL=IFile.d.ts.map