UNPKG

@smitch/fluid

Version:

A Next/React ui-component libray.

4 lines (3 loc) 201 B
import { CardFooterProps } from '../types'; declare const CardFooter: ({ className, link, linkLabel, children }: CardFooterProps) => import("react/jsx-runtime").JSX.Element; export default CardFooter;