UNPKG

mistui-kit

Version:

**👉 [Try MistUi Live](https://gilded-tanuki-0eb52b.netlify.app/) — interactive playground & docs**

3 lines (2 loc) • 267 B
import type { CardProps } from './types'; export default function Card({ style, shadow, imageIsSide, imageIsFull, imageSrc, className, classNameBody, title, description, actions, children, color, size, ...props }: CardProps): import("react/jsx-runtime").JSX.Element;