({
...props
}: React.ComponentProps<typeof AspectRatioPrimitive.Root>)
| 3 | import * as AspectRatioPrimitive from "@radix-ui/react-aspect-ratio" |
| 4 | |
| 5 | function AspectRatio({ |
| 6 | ...props |
| 7 | }: React.ComponentProps<typeof AspectRatioPrimitive.Root>) { |
| 8 | return <AspectRatioPrimitive.Root data-slot="aspect-ratio" {...props} /> |
| 9 | } |
| 10 | |
| 11 | export { AspectRatio } |
nothing calls this directly
no outgoing calls
no test coverage detected