UNPKG

@smitch/fluid

Version:

A Next/React ui-component libray.

4 lines (3 loc) 201 B
import { CardProps } from './types'; declare const Card: ({ className, style, shadow, children, layout, rounded, outline, }: CardProps) => import("react/jsx-runtime").JSX.Element; export default Card;