@h6s/table
Advanced tools
Comparing version 2.0.1 to 2.0.2
# @h6s/table | ||
## 2.0.2 | ||
### Patch Changes | ||
- 803c2f7: replace JSX.Element type to ReactNode | ||
## 2.0.1 | ||
@@ -4,0 +10,0 @@ |
@@ -64,3 +64,3 @@ import { PropsWithChildren, ReactNode } from 'react'; | ||
cellProps: CellType; | ||
}>) => JSX.Element | null; | ||
}>) => ReactNode | null; | ||
type CellComponent<CellType extends CommonCell> = (props: { | ||
@@ -67,0 +67,0 @@ cellProps: CellType; |
{ | ||
"name": "@h6s/table", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"sideEffects": false, | ||
@@ -5,0 +5,0 @@ "main": "dist/index.cjs", |
Sorry, the diff of this file is not supported yet
53315