mirror of
https://github.com/DocNR/POWR.git
synced 2025-04-19 10:51:19 +00:00
6 lines
142 B
TypeScript
6 lines
142 B
TypeScript
import * as AspectRatioPrimitive from '@rn-primitives/aspect-ratio';
|
|
|
|
const AspectRatio = AspectRatioPrimitive.Root;
|
|
|
|
export { AspectRatio };
|