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 07a216b + 16c72fc commit 3962e82Copy full SHA for 3962e82
docs/documentation/docs/controls/ListItemPicker.md
@@ -16,7 +16,7 @@ Here is an example of the control:
16
- Import the control into your component:
17
18
```TypeScript
19
-import { ListItemPicker } from '@pnp/spfx-controls-react/listItemPicker';
+import { ListItemPicker } from '@pnp/spfx-controls-react/lib/listItemPicker';
20
```
21
- Use the `ListItemPicker` control in your code as follows:
22
0 commit comments