@ansible/ansible-ui-framework 2.4.196 → 2.4.198

Sign up to get free protection for your applications and to get access to all the features.
@@ -17,4 +17,5 @@ export declare function PageDashboardCard(props: {
17
17
  helpTitle?: string;
18
18
  helpDocLink?: string;
19
19
  headerControls?: ReactNode;
20
+ isCompact?: boolean;
20
21
  }): import("react/jsx-runtime").JSX.Element;