Skip to content

Commit af145ca

Browse files
author
Tyler Smalley
committed
Export Privileges/MissingPrivileges
Signed-off-by: Tyler Smalley <[email protected]>
1 parent f172882 commit af145ca

File tree

1 file changed

+6
-4
lines changed
  • src/plugins/es_ui_shared/public/authorization

1 file changed

+6
-4
lines changed

src/plugins/es_ui_shared/public/authorization/index.ts

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,13 @@
1818
*/
1919

2020
export {
21-
WithPrivileges,
22-
NotAuthorizedSection,
23-
AuthorizationProvider,
2421
AuthorizationContext,
25-
SectionError,
22+
AuthorizationProvider,
2623
Error,
24+
MissingPrivileges,
25+
NotAuthorizedSection,
26+
Privileges,
27+
SectionError,
2728
useAuthorizationContext,
29+
WithPrivileges,
2830
} from '../../__packages_do_not_import__/authorization';

0 commit comments

Comments
 (0)