1
0
mirror of https://github.com/DocNR/POWR.git synced 2025-05-16 19:25:51 +00:00
POWR/components/ui/aspect-ratio.tsx

6 lines
142 B
TypeScript
Raw Normal View History

2025-02-09 20:38:38 -05:00
import * as AspectRatioPrimitive from '@rn-primitives/aspect-ratio';
const AspectRatio = AspectRatioPrimitive.Root;
export { AspectRatio };