DefaultCursor
The default collaborator cursor: the arrow glyph plus a name tag or chat bubble. The arrow is a <use> of a shared <defs> symbol that LiveCollaborators renders, so a DefaultCursor used outside that layer draws no arrow.
DefaultCursor: import("react").MemoExoticComponent<
({
className,
zoom,
point,
color,
name,
chatMessage,
}: TLCursorProps) => import("react/jsx-runtime").JSX.Element | null
>;Prev
DEFAULT_THEMENext
DefaultErrorFallback