UNPKG

hotelier-lib

Version:

A skeleton to create your own React component library using Rollup, TypeScript, Sass and Storybook

5 lines (4 loc) 287 B
/// <reference types="react" /> import * as AspectRatioPrimitive from "@radix-ui/react-aspect-ratio"; declare const AspectRatio: import("react").ForwardRefExoticComponent<AspectRatioPrimitive.AspectRatioProps & import("react").RefAttributes<HTMLDivElement>>; export { AspectRatio };