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