UNPKG

ivt

Version:

Ivt Components Library

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