UNPKG

@intility/bifrost-react

Version:

React library for Intility's design system, Bifrost.

5 lines (4 loc) 262 B
import type { PropsFor } from "../../types.js"; export type CardButtonProps = PropsFor<"button">; declare const CardButton: import("react").ForwardRefExoticComponent<CardButtonProps & import("react").RefAttributes<HTMLButtonElement>>; export default CardButton;