UNPKG

@pnp/spfx-controls-react

Version:

Reusable React controls for SharePoint Framework solutions

6 lines 244 B
import { IFilePickerResult } from "../FilePicker.types"; export interface IMultipleUploadFilePickerTabState { filePickerResult: IFilePickerResult[]; filePreview?: string; } //# sourceMappingURL=IMultipleUploadFilePickerTabState.d.ts.map