InputModeValueCopyimport type { InputModeValue } from "https://raw.githubusercontent.com/deno-windowing/dwm/main/mod.ts";type InputModeValue = "normal" | "hidden" | "disabled";§Type§"normal" | "hidden" | "disabled"[src]