TLTextShapeProps
Public TypeAlias
Signature
type TLTextShapeProps = {
  color: TLColorType
  size: TLSizeType
  font: TLFontType
  align: TLAlignType
  opacity: TLOpacityType
  w: number
  text: string
  scale: number
  autoSize: boolean
}
References
TLColorType, TLSizeType, TLFontType, TLAlignType, TLOpacityType