@apia/charts 0.3.5 → 1.0.0

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.
package/cleanDist.json ADDED
@@ -0,0 +1,3 @@
1
+ {
2
+ "cleanDist": 0.08690761872654451
3
+ }
package/dist/index.d.ts CHANGED
@@ -242,7 +242,7 @@ type TWidgetData = {
242
242
  };
243
243
  };
244
244
 
245
- declare const WidgetContainer: ({ data, id }: {
245
+ declare const WidgetContainer: ({ data, id, }: {
246
246
  data: TWidgetData;
247
247
  id: string;
248
248
  }) => React$1.JSX.Element;