Public function

Signature
function DefaultScribble({
  scribble,
  zoom,
  color,
  opacity,
  className,
}: TLScribbleProps): import('react/jsx-runtime').JSX.Element | null
Parameters
NameDescription

{ scribble, zoom, color, opacity, className }

TLScribbleProps
Returns
import('react/jsx-runtime').JSX.Element | null
References

TLScribbleProps

Source

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

DefaultHandlesDefaultSelectionBackground