import { createContext } from "react" import { KeybindContextState } from "./types" export const KeybindContext = createContext(null)