Skip to content

Commit de333f5

Browse files
committed
Merge branch 'ravichandran-blog-patch-5' into dev
2 parents 25c7487 + 8038980 commit de333f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/documentation/docs/controls/TreeView.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Here are examples of the control in action:
2424
- Import the following modules to your component:
2525

2626
```TypeScript
27-
import { TreeView, ITreeItem } from "@pnp/spfx-controls-react/lib/TreeView";
27+
import { TreeView, ITreeItem, TreeViewSelectionMode } from "@pnp/spfx-controls-react/lib/TreeView";
2828
```
2929

3030
- Use the `TreeView` control in your code as follows:

0 commit comments

Comments
 (0)