mirror of
https://github.com/documenso/documenso
synced 2026-04-21 21:37:18 +00:00
5 lines
143 B
TypeScript
5 lines
143 B
TypeScript
import * as AspectRatioPrimitive from '@radix-ui/react-aspect-ratio';
|
|
|
|
const AspectRatio = AspectRatioPrimitive.Root;
|
|
|
|
export { AspectRatio };
|