CURSOR_STYLES: Readonly<
    {
        default: "default";
        "default-down": "default";
        grab: "grab";
        "grab-down": "grabbing";
        pointer: "pointer";
        "pointer-down": "pointer";
        text: "text";
        "text-down": "text";
    },
> = ...

Configure custom cursor images to use when interacting with the application.