import { atom } from 'recoil'; export const numberOfSelectedRowState = atom({ key: 'numberOfSelectedRowState', default: 0, });