UNPKG

@pnp/spfx-controls-react

Version:

Reusable React controls for SharePoint Framework solutions

6 lines 206 B
import { IFolder } from '../../services/IFolderExplorerService'; export interface IFolderPickerState { showPanel: boolean; selectedFolder: IFolder; } //# sourceMappingURL=IFolderPickerState.d.ts.map