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