@smallwebco/tinypivot-react 1.0.51 → 1.0.53

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/dist/index.d.cts CHANGED
@@ -254,6 +254,7 @@ declare function useLicense(): {
254
254
  canUsePivot: boolean;
255
255
  canUseAdvancedAggregations: boolean;
256
256
  canUsePercentageMode: boolean;
257
+ canUseCharts: boolean;
257
258
  showWatermark: boolean;
258
259
  requirePro: (feature: string) => boolean;
259
260
  };
package/dist/index.d.ts CHANGED
@@ -254,6 +254,7 @@ declare function useLicense(): {
254
254
  canUsePivot: boolean;
255
255
  canUseAdvancedAggregations: boolean;
256
256
  canUsePercentageMode: boolean;
257
+ canUseCharts: boolean;
257
258
  showWatermark: boolean;
258
259
  requirePro: (feature: string) => boolean;
259
260
  };