We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
FolderPicker
1 parent 33b5eae commit a2a06a0Copy full SHA for a2a06a0
docs/documentation/docs/controls/FolderPicker.md
@@ -25,7 +25,8 @@ Here is an example of the control:
25
- Import the control into your component:
26
27
```TypeScript
28
-import { FolderPicker, IFolder } from "@pnp/spfx-controls-react/lib/FolderPicker";
+import FolderPicker from "@pnp/spfx-controls-react/lib/controls/folderPicker/FolderPicker";
29
+import { IFolder } from "@pnp/spfx-controls-react/lib/FolderPicker";
30
```
31
32
- Use the `FolderPicker` control in your code as follows:
0 commit comments