mirror of
https://github.com/linsa-io/linsa.git
synced 2026-03-26 19:11:17 +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>())
|