UNPKG

skyroc-ui

Version:

A modern React UI component library built on Radix UI and Tailwind CSS

7 lines (6 loc) 274 B
import { CardContentProps } from "./types.js"; import React from "react"; //#region src/components/card/CardContent.d.ts declare const CardContent: React.ForwardRefExoticComponent<CardContentProps & React.RefAttributes<HTMLDivElement>>; //#endregion export { CardContent };