import { atom } from 'recoil'; export const tableRowIdsState = atom({ key: 'tableRowIdsState', default: [], });