@mx-cartographer/experiences 7.2.14-alpha.san6 → 7.2.14-alpha.san7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,5 @@
1
1
  import { default as React } from 'react';
2
2
  interface KeyIndicatorsSpendTabProps {
3
- onPrimaryCtaClick?: (value: string) => () => void;
4
3
  }
5
4
  declare const _default: React.FunctionComponent<KeyIndicatorsSpendTabProps>;
6
5
  export default _default;
@@ -6,7 +6,6 @@ interface KeyIndicatorsTabsItemProps {
6
6
  title: string;
7
7
  description: string;
8
8
  cardState: keyof typeof CardStatus;
9
- onPrimaryCtaClick?: (value: string) => () => void;
10
9
  }
11
10
  declare const KeyIndicatorsTabsItem: React.FC<KeyIndicatorsTabsItemProps>;
12
11
  export default KeyIndicatorsTabsItem;
@@ -1,6 +1,5 @@
1
1
  import { default as React } from 'react';
2
2
  interface KeyIndicatorsTabsWidgetProps {
3
- onPrimaryCtaClick?: (value: string) => () => void;
4
3
  }
5
4
  declare const _default: React.FunctionComponent<KeyIndicatorsTabsWidgetProps>;
6
5
  export default _default;