2 lines
131 B
TypeScript
2 lines
131 B
TypeScript
|
|
export declare function useCursor(hovered: boolean, onPointerOver?: string, onPointerOut?: string, container?: HTMLElement): void;
|