import { atom } from 'recoil'; export const isDragSelectionStartEnabledState = atom({ key: 'drag-select/isDragSelectionStartEnabledState', default: true, });