TLImageShapeProps

Public TypeAlias

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

TLOpacityType, TLAssetId, TLImageCrop

Edit this page
Last edited on 11 May 2023
TLImageShapeTLInstance