diff --git a/index.d.ts b/index.d.ts index 9071664..8a6e7e7 100644 --- a/index.d.ts +++ b/index.d.ts @@ -438,7 +438,7 @@ export interface UseRowSelectHooks { } export interface UseRowSelectState { - selectedRows: IdType[] + selectedRowPaths: IdType[] } export interface UseRowSelectInstanceProps {