sparkast/lib/state/searchboxLastInput.ts
alikia2x f7de462a28
fix: unable to properly segment raw TLD data
feat: searchbox's value changes while selecting suggestion
2025-01-20 03:03:28 +08:00

6 lines
107 B
TypeScript

import { atom } from "jotai";
const searchboxLastInputAtom = atom(0);
export { searchboxLastInputAtom };