TLShapeWrapperProps

See source code
Table of contents

Extends React.HTMLAttributes<HTMLDivElement>.

interface TLShapeWrapperProps extends React.HTMLAttributes<HTMLDivElement> {}

Properties

children

The shape's rendered component.

children: ReactNode

isBackground

Whether this is the shapes regular, or background component.

isBackground: boolean

shape

The shape being rendered.

shape: TLShape

Prev
TLShapeUtilConstructor
Next
TLSnapIndicatorProps