TLImageShapeProps
Public TypeAlias
Signature
type TLImageShapeProps = {
  opacity: TLOpacityType
  url: string
  playing: boolean
  w: number
  h: number
  assetId: null | TLAssetId
  crop: null | TLImageCrop
}
Public TypeAlias
type TLImageShapeProps = {
  opacity: TLOpacityType
  url: string
  playing: boolean
  w: number
  h: number
  assetId: null | TLAssetId
  crop: null | TLImageCrop
}