@mx-cartographer/experiences 3.1.2 → 3.1.3-alpha.j1

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mx-cartographer/experiences",
3
- "version": "3.1.2",
3
+ "version": "3.1.3-alpha.j1",
4
4
  "description": "Library containing experience widgets",
5
5
  "main": "dist/index.es.js",
6
6
  "types": "dist/index.d.ts",
@@ -1,4 +0,0 @@
1
- import { default as React } from 'react';
2
- import { WidgetProps } from '../common';
3
-
4
- export declare const BubbleBudgetsWidget: React.FC<WidgetProps>;