Skip to content

Commit c0a837b

Browse files
Update src/types.ts
Co-authored-by: Nicolas Stepien <[email protected]>
1 parent 403ee26 commit c0a837b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ export interface CheckboxFormatterProps
218218
export interface Components<TRow, TSummaryRow> {
219219
sortIcon?: Maybe<ComponentType<SortIconProps>>;
220220
checkboxFormatter?: Maybe<
221-
| ForwardRefExoticComponent<CheckboxFormatterProps & RefAttributes<HTMLInputElement>>
221+
| ForwardRefExoticComponent<CheckboxFormatterProps & RefAttributes<HTMLOrSVGElement>>
222222
| ComponentType<CheckboxFormatterProps>
223223
>;
224224
rowRenderer?: Maybe<ComponentType<RowRendererProps<TRow, TSummaryRow>>>;

0 commit comments

Comments
 (0)