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