@ansible/ansible-ui-framework 2.4.326 → 2.4.328

Sign up to get free protection for your applications and to get access to all the features.
@@ -7,6 +7,7 @@ export interface IPageTableCard {
7
7
  id: string | number;
8
8
  icon?: ReactNode;
9
9
  title: ReactNode;
10
+ iconAboveTitle?: boolean;
10
11
  subtitle?: ReactNode;
11
12
  cardBody: ReactNode;
12
13
  labels?: {