mirror of
https://github.com/documenso/documenso.git
synced 2025-11-13 00:03:33 +10:00
6 lines
143 B
TypeScript
6 lines
143 B
TypeScript
import * as AspectRatioPrimitive from '@radix-ui/react-aspect-ratio';
|
|
|
|
const AspectRatio = AspectRatioPrimitive.Root;
|
|
|
|
export { AspectRatio };
|