@hybr1d-tech/charizard 0.7.121 → 0.7.123

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.ts CHANGED
@@ -2841,6 +2841,7 @@ export declare interface TableProps {
2841
2841
  isPending: boolean;
2842
2842
  isError: boolean;
2843
2843
  handleExport: any;
2844
+ isLegacy?: boolean;
2844
2845
  };
2845
2846
  }
2846
2847