warqadui 0.0.276 → 0.0.277

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.mts CHANGED
@@ -2728,6 +2728,9 @@ declare const Transaction3: {
2728
2728
  }) => react_jsx_runtime.JSX.Element;
2729
2729
  Expenses: typeof Expenses3;
2730
2730
  ExpenseForm: typeof ExpenseForm;
2731
+ Reports: {
2732
+ expenses: () => react_jsx_runtime.JSX.Element;
2733
+ };
2731
2734
  };
2732
2735
 
2733
2736
  declare const ItemReport: ({ value, type, }: {
package/dist/index.d.ts CHANGED
@@ -2728,6 +2728,9 @@ declare const Transaction3: {
2728
2728
  }) => react_jsx_runtime.JSX.Element;
2729
2729
  Expenses: typeof Expenses3;
2730
2730
  ExpenseForm: typeof ExpenseForm;
2731
+ Reports: {
2732
+ expenses: () => react_jsx_runtime.JSX.Element;
2733
+ };
2731
2734
  };
2732
2735
 
2733
2736
  declare const ItemReport: ({ value, type, }: {