We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26b25bc commit 9610d9bCopy full SHA for 9610d9b
README.md
@@ -202,7 +202,8 @@ This prop can be used to override the internal components. The prop accepts an o
202
interface Components<TRow, TSummaryRow> {
203
sortIcon?: Maybe<ComponentType<SortIconProps>>;
204
checkboxFormatter?: Maybe<
205
- ForwardRefExoticComponent<CheckboxFormatterProps & RefAttributes<HTMLInputElement>>
+ | ForwardRefExoticComponent<CheckboxFormatterProps & RefAttributes<HTMLOrSVGElement>>
206
+ | ComponentType<CheckboxFormatterProps>
207
>;
208
rowRenderer?: Maybe<ComponentType<RowRendererProps<TRow, TSummaryRow>>>;
209
noRowsFallback?: Maybe<React.ReactNode>;
0 commit comments