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