Skip to content

Commit 9610d9b

Browse files
author
Aman Mahajan
committed
Fix readme
1 parent 26b25bc commit 9610d9b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,8 @@ This prop can be used to override the internal components. The prop accepts an o
202202
interface Components<TRow, TSummaryRow> {
203203
sortIcon?: Maybe<ComponentType<SortIconProps>>;
204204
checkboxFormatter?: Maybe<
205-
ForwardRefExoticComponent<CheckboxFormatterProps & RefAttributes<HTMLInputElement>>
205+
| ForwardRefExoticComponent<CheckboxFormatterProps & RefAttributes<HTMLOrSVGElement>>
206+
| ComponentType<CheckboxFormatterProps>
206207
>;
207208
rowRenderer?: Maybe<ComponentType<RowRendererProps<TRow, TSummaryRow>>>;
208209
noRowsFallback?: Maybe<React.ReactNode>;

0 commit comments

Comments
 (0)