mirror of
https://github.com/neosubhamoy/neodlp.git
synced 2026-03-22 11:25:49 +05:30
6 lines
134 B
TypeScript
6 lines
134 B
TypeScript
import { AspectRatio as AspectRatioPrimitive } from "radix-ui"
|
|
|
|
const AspectRatio = AspectRatioPrimitive.Root
|
|
|
|
export { AspectRatio }
|