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