Public typealias

Signature
type TLCursorComponent = ComponentType<{
  className?: string
  point: null | VecModel
  zoom: number
  color?: string
  name: null | string
  chatMessage: string
}>
References

VecModel

Source

packages/editor/src/lib/components/default-components/DefaultCursor.tsx

TLContentTldrawEditor