UNPKG

@pnp/spfx-controls-react

Version:

Reusable React controls for SharePoint Framework solutions

6 lines 207 B
export interface IFileCommandBarProps { onUpload?: (file: File) => void; onSelectedAll?: (isSelected: boolean) => void; onDelete?: () => void; } //# sourceMappingURL=IFileCommandBarProps.d.ts.map