UNPKG

@intility/bifrost-react

Version:

React library for Intility's design system, Bifrost.

8 lines (7 loc) 283 B
import type { PropsFor } from "../../types.js"; export type CardTitleProps = PropsFor<"div">; /** * Title text for Card */ declare const CardTitle: import("react").ForwardRefExoticComponent<CardTitleProps & import("react").RefAttributes<HTMLDivElement>>; export default CardTitle;