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 d65da5c + 9442988 commit df19974Copy full SHA for df19974
docs/documentation/docs/controls/SecurityTrimmedControl.md
@@ -8,7 +8,8 @@ This control is intended to be used when you want to show or hide components bas
8
- Import the following modules to your component:
9
10
```TypeScript
11
-import { SecurityTrimmedControl } from "@pnp/spfx-controls-react/lib/SecurityTrimmedControl";
+import { SecurityTrimmedControl, PermissionLevel } from "@pnp/spfx-controls-react/lib/SecurityTrimmedControl";
12
+import { SPPermission } from '@microsoft/sp-page-context';
13
```
14
15
- You can use the `SecurityTrimmedControl` as follows in your solutions:
0 commit comments