Skip to main content
zerotal

Documentation


Documentation / @zerotal/flow-ui / index / AspectRatioProps

Interface: AspectRatioProps

Defined in: flow-ui/src/components/AspectRatio.tsx:17

Indexable

[key: string]: unknown

Properties

ratio?

optional ratio?: number

Defined in: flow-ui/src/components/AspectRatio.tsx:19

Width ÷ height. 16 / 9 for video, 1 for a square.


class?

optional class?: string

Defined in: flow-ui/src/components/AspectRatio.tsx:20


children?

optional children?: unknown

Defined in: flow-ui/src/components/AspectRatio.tsx:21