Browse Source

added component:superuser-access-category to type hooks (#33416)

Richard Ma 2 years ago
parent
commit
e19b262be9
1 changed files with 1 additions and 0 deletions
  1. 1 0
      static/app/types/hooks.tsx

+ 1 - 0
static/app/types/hooks.tsx

@@ -99,6 +99,7 @@ export type ComponentHooks = {
   'component:header-selector-items': () => React.ComponentType<SelectorItemsProps>;
   'component:member-list-header': () => React.ComponentType<MemberListHeaderProps>;
   'component:org-stats-banner': () => React.ComponentType<DashboardHeadersProps>;
+  'component:superuser-access-category': React.FC<any>;
 };
 
 /**