update selectedRows based on 7.0.beta.8 (#1586)

This commit is contained in:
Michael Li 2019-10-10 16:37:26 -05:00 committed by Tanner Linsley
parent 720fb21d60
commit 062a8c12b5

2
index.d.ts vendored
View File

@ -438,7 +438,7 @@ export interface UseRowSelectHooks<D extends object> {
}
export interface UseRowSelectState<D extends object> {
selectedRows: IdType<D>[]
selectedRowPaths: IdType<D>[]
}
export interface UseRowSelectInstanceProps<D extends object> {