Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/levo/src/css-types.ts>CursorProperty

Server side rendering with The Elm Architecture in Deno
Latest
type alias CursorProperty
import { type CursorProperty } from "https://deno.land/x/levo@v0.0.27/src/css-types.ts";
definition:
| "-moz-grab"
| "-webkit-grab"
| "alias"
| "all-scroll"
| "auto"
| "cell"
| "col-resize"
| "context-menu"
| "copy"
| "crosshair"
| "default"
| "e-resize"
| "ew-resize"
| "grab"
| "grabbing"
| "help"
| "move"
| "n-resize"
| "ne-resize"
| "nesw-resize"
| "no-drop"
| "none"
| "not-allowed"
| "ns-resize"
| "nw-resize"
| "nwse-resize"
| "pointer"
| "progress"
| "row-resize"
| "s-resize"
| "se-resize"
| "sw-resize"
| "text"
| "vertical-text"
| "w-resize"
| "wait"
| "zoom-in"
| "zoom-out"
| string