UNPKG

skyroc-ui

Version:

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

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