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 403ee26 commit c0a837bCopy full SHA for c0a837b
src/types.ts
@@ -218,7 +218,7 @@ export interface CheckboxFormatterProps
218
export interface Components<TRow, TSummaryRow> {
219
sortIcon?: Maybe<ComponentType<SortIconProps>>;
220
checkboxFormatter?: Maybe<
221
- | ForwardRefExoticComponent<CheckboxFormatterProps & RefAttributes<HTMLInputElement>>
+ | ForwardRefExoticComponent<CheckboxFormatterProps & RefAttributes<HTMLOrSVGElement>>
222
| ComponentType<CheckboxFormatterProps>
223
>;
224
rowRenderer?: Maybe<ComponentType<RowRendererProps<TRow, TSummaryRow>>>;
0 commit comments