UNPKG

@arolariu/components

Version:

A collection of reusable components for React applications, built as ESM & CJS modules with tree shake, minify and bundler optimizations enabled, for the lowest bundle size (import cost)!

5 lines (4 loc) 267 B
import * as React from "react"; import * as AspectRatioPrimitive from "@radix-ui/react-aspect-ratio"; declare function AspectRatio({ ...props }: React.ComponentProps<typeof AspectRatioPrimitive.Root>): import("react/jsx-runtime").JSX.Element; export { AspectRatio };