Skip to content

Commit 1cc5a0e

Browse files
committed
fix incorrect generics
1 parent 4e02da0 commit 1cc5a0e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -645,7 +645,7 @@ ID of the element that labels the checkbox.
645645

646646
### Hooks
647647

648-
#### `useHeaderRowSelection<R>()`
648+
#### `useHeaderRowSelection()`
649649

650650
Hook for managing header row selection state. Used within custom header cell renderers to implement "select all" functionality.
651651

@@ -672,7 +672,7 @@ function CustomHeaderCell() {
672672
}
673673
```
674674

675-
#### `useRowSelection<R>()`
675+
#### `useRowSelection()`
676676

677677
Hook for managing row selection state. Used within custom cell renderers to implement row selection.
678678

0 commit comments

Comments
 (0)