AspectRatio
const AspectRatio: React.FC<React.ComponentProps<"div"> & object>;
A wrapper that makes its children element bound to an aspect ratio.
Default ration is 16:9, {width: 16, height: 9}
const AspectRatio: React.FC<React.ComponentProps<"div"> & object>;
A wrapper that makes its children element bound to an aspect ratio.
Default ration is 16:9, {width: 16, height: 9}