UNPKG

skyroc-ui

Version:

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

7 lines (6 loc) 283 B
import { CardHeaderProps } from "./types.js"; import * as react286 from "react"; //#region src/components/card/CardHeader.d.ts declare const CardHeader: react286.ForwardRefExoticComponent<CardHeaderProps & react286.RefAttributes<HTMLDivElement>>; //#endregion export { CardHeader };