TLShapeWrapperProps
See source codeTable of contents
Extends React.HTMLAttributes<HTMLDivElement>.
interface TLShapeWrapperProps extends React.HTMLAttributes<HTMLDivElement> {}Properties
children
The shape's rendered component.
children: ReactNodeisBackground
Whether this is the shapes regular, or background component.
isBackground: booleanshape
The shape being rendered.
shape: TLShapePrev
TLShapeUtilConstructorNext
TLSnapIndicatorProps