UNPKG

@pnp/spfx-property-controls

Version:

Reusable property pane 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