@mamrp/components 1.0.29 → 1.0.30

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
@@ -221,7 +221,7 @@ type TapleProps = {
221
221
  sortFieldMapping?: {
222
222
  [key: string]: string;
223
223
  };
224
- setsortQuery?: (query: Array<any>) => void;
224
+ setsortQuery?: Dispatch<SetStateAction<any | null>>;
225
225
  sortQuery?: any;
226
226
  fontSize?: number | string;
227
227
  };
package/dist/index.d.ts CHANGED
@@ -221,7 +221,7 @@ type TapleProps = {
221
221
  sortFieldMapping?: {
222
222
  [key: string]: string;
223
223
  };
224
- setsortQuery?: (query: Array<any>) => void;
224
+ setsortQuery?: Dispatch<SetStateAction<any | null>>;
225
225
  sortQuery?: any;
226
226
  fontSize?: number | string;
227
227
  };
package/dist/index.js CHANGED
File without changes