@secondstaxorg/sscomp 1.8.85 → 1.8.87

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@secondstaxorg/sscomp",
3
- "version": "1.8.85",
3
+ "version": "1.8.87",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/"
6
6
  },
@@ -6,6 +6,7 @@ export interface RequestsProps {
6
6
  thead: {
7
7
  label: string;
8
8
  dataKey: string;
9
+ component: (a: {}) => React.ReactNode;
9
10
  }[];
10
11
  /**
11
12
  * &lt;tr&gt;&lt;td&gt; content that should go between the <tbody> tag of the table. **Only this or tbody** below should be used at a time.