
### dataHook
- type: string
- description: Applied as data-hook HTML attribute that can be used in the tests
### children
- type: node
- description: Children to render.
### className
- type: string
- description: Specifies a CSS class name to be appended to the component’s root element.
### aspectRatio
- type: union
- description: Predefined Proportion.square (1), Proportion.portrait (3/4), Proportion.cinema (16/9), Proportion.landscape (4/3), or a custom number (width / height) or &#39;none&#39; for original size


