CursorIconCopyimport type { CursorIcon } from "https://raw.githubusercontent.com/deno-windowing/dwm/main/mod.ts";type CursorIcon = | "arrow" | "ibeam" | "crosshair" | "hand" | "hresize" | "vresize";§Type§"arrow" | "ibeam" | "crosshair" | "hand" | "hresize" | "vresize"[src]