UNPKG

@pnp/spfx-controls-react

Version:

Reusable React controls for SharePoint Framework solutions

6 lines 174 B
export interface IFileProps { fileInfo: File; onSelected?: (isSelected: boolean, file: File) => void; checked: boolean; } //# sourceMappingURL=IFileProps.d.ts.map