UNPKG

vitessce

Version:

Vitessce app and React component library

5 lines (4 loc) 156 B
export const getCursorWithTool = () => 'crosshair'; export const getCursor = interactionState => (interactionState.isDragging ? 'grabbing' : 'default' );