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