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.
2 parents 25c7487 + 8038980 commit de333f5Copy full SHA for de333f5
docs/documentation/docs/controls/TreeView.md
@@ -24,7 +24,7 @@ Here are examples of the control in action:
24
- Import the following modules to your component:
25
26
```TypeScript
27
-import { TreeView, ITreeItem } from "@pnp/spfx-controls-react/lib/TreeView";
+import { TreeView, ITreeItem, TreeViewSelectionMode } from "@pnp/spfx-controls-react/lib/TreeView";
28
```
29
30
- Use the `TreeView` control in your code as follows:
0 commit comments