mirror of
https://github.com/DocNR/POWR.git
synced 2025-04-23 01:01:27 +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 };
|