mirror of
https://github.com/linsa-io/linsa.git
synced 2026-01-12 12:20:23 +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>())
|