UNPKG

@pnp/spfx-controls-react

Version:

Reusable React controls for SharePoint Framework solutions

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