sparkast/lib/state/background.ts
alikia2x 844333e623 ref: sparkhome v5, use vite instead of next.js
Progress: component search, time and background could run.
2024-06-24 04:40:31 +08:00

6 lines
89 B
TypeScript

import { atom } from "jotai";
const bgFocusAtom = atom(false);
export { bgFocusAtom };