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