UNPKG

@intility/bifrost-react

Version:

React library for Intility's design system, Bifrost.

5 lines (4 loc) 260 B
import type { PropsFor } from "../../types.js"; export type CardContentProps = PropsFor<"div">; declare const CardContent: import("react").ForwardRefExoticComponent<CardContentProps & import("react").RefAttributes<HTMLDivElement>>; export default CardContent;