@campxdev/shared 1.11.22 → 1.11.23

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": "@campxdev/shared",
3
- "version": "1.11.22",
3
+ "version": "1.11.23",
4
4
  "main": "./exports.ts",
5
5
  "scripts": {
6
6
  "start": "react-scripts start",
@@ -28,7 +28,7 @@ export interface TableColumn<T> {
28
28
  dataIndex: string
29
29
  key: string
30
30
  title: any
31
- render?: (cellData: any, row: T, index: number) => any
31
+ render?: (cellData: any, row: any, index: number) => any
32
32
  textColor?: string
33
33
  sort?: boolean
34
34
  width?: string //pixels