Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

CursorIcon

import 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]