diff --git a/packages/table-core/src/features/RowSelection.ts b/packages/table-core/src/features/RowSelection.ts index 90166823aa..08f3d04c4e 100644 --- a/packages/table-core/src/features/RowSelection.ts +++ b/packages/table-core/src/features/RowSelection.ts @@ -9,7 +9,7 @@ import { } from '../types' import { getMemoOptions, makeStateUpdater, memo } from '../utils' -export type RowSelectionState = Record +export type RowSelectionState = Record export interface RowSelectionTableState { rowSelection: RowSelectionState