mirror of
https://github.com/linsa-io/linsa.git
synced 2026-03-20 16:23:58 +01:00
4 lines
109 B
TypeScript
4 lines
109 B
TypeScript
import { atom } from "jotai"
|
|
|
|
export const keyboardDisableSourcesAtom = atom<Set<string>>(new Set<string>())
|