UNPKG

@smitch/fluid

Version:

A Next/React ui-component libray.

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