@ansible/ansible-ui-framework 2.4.303 → 2.4.304

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,5 +1,7 @@
1
1
  import { ChartDonutProps } from '@patternfly/react-charts';
2
- export declare function PageDonutChart(props: Omit<ChartDonutProps, 'width' | 'height'>): import("react/jsx-runtime").JSX.Element;
2
+ export declare function PageDonutChart(props: Omit<ChartDonutProps, 'width' | 'height'> & {
3
+ total: number;
4
+ }): import("react/jsx-runtime").JSX.Element;
3
5
  export declare function PageDashboardDonutCard(props: {
4
6
  title: string;
5
7
  linkText?: string;