@ansible/ansible-ui-framework 2.4.1247 → 2.4.1249

Sign up to get free protection for your applications and to get access to all the features.
@@ -14,6 +14,8 @@ interface PageNavigationComponent {
14
14
  path: string;
15
15
  element: JSX.Element;
16
16
  hidden?: boolean;
17
+ badge?: string;
18
+ badgeColor?: 'blue' | 'cyan' | 'green' | 'orange' | 'purple' | 'red' | 'grey' | 'gold';
17
19
  }
18
20
  export type PageNavigationItem = PageNavigationGroup | PageNavigationComponent;
19
21
  export declare function removeLeadingSlash(path: string): string;