sparkast/lib/state/searchboxLastInput.ts
alikia2x 44c216c81b fix: unable to properly segment raw TLD data
feat: searchbox's value changes while selecting suggestion
2024-10-13 19:07:49 +08:00

6 lines
107 B
TypeScript

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