import { RowSelectionState } from '@tanstack/react-table'; import { atom } from 'recoil'; export const currentRowSelectionState = atom({ key: 'currentRowSelectionState', default: {}, });