Documentation / @zerotal/flow-ui / index / AspectRatioProps
Interface: AspectRatioProps
Defined in: flow-ui/src/components/AspectRatio.tsx:17
Indexable
[
key:string]:unknown
Properties
ratio?
optionalratio?:number
Defined in: flow-ui/src/components/AspectRatio.tsx:19
Width ÷ height. 16 / 9 for video, 1 for a square.
class?
optionalclass?:string
Defined in: flow-ui/src/components/AspectRatio.tsx:20
children?
optionalchildren?:unknown
Defined in: flow-ui/src/components/AspectRatio.tsx:21