1 2 3 4 5 6
import { atom } from 'recoil'; export const ruleFilterText = atom({ key: 'ruleFilterText', default: '', });