skyroc-ui
Version:
A modern React UI component library built on Radix UI and Tailwind CSS
7 lines (6 loc) • 325 B
TypeScript
import { CarouselContentProps } from "./types.js";
import * as react175 from "react";
//#region src/components/carousel/CarouselContent.d.ts
declare const CarouselContent: react175.ForwardRefExoticComponent<Omit<CarouselContentProps, "ref"> & react175.RefAttributes<HTMLDivElement>>;
//#endregion
export { CarouselContent };