@mx-cartographer/experiences 3.1.2-alpha.bb1 → 3.1.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,5 +1,8 @@
1
1
  import { default as React } from 'react';
2
2
  import { WidgetProps } from '../common';
3
3
 
4
- declare const _default: React.FunctionComponent<WidgetProps>;
4
+ interface RSpendingWidgetProps extends WidgetProps {
5
+ onBackClick?: () => void;
6
+ }
7
+ declare const _default: React.FunctionComponent<RSpendingWidgetProps>;
5
8
  export default _default;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mx-cartographer/experiences",
3
- "version": "3.1.2-alpha.bb1",
3
+ "version": "3.1.2",
4
4
  "description": "Library containing experience widgets",
5
5
  "main": "dist/index.es.js",
6
6
  "types": "dist/index.d.ts",