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