UNPKG

@snowball-tech/fractal

Version:

Fractal's (Snowball's design system) React component library based on RadixUI and PandaCSS

12 lines (9 loc) 379 B
import './Card.constants.js'; import * as react_jsx_runtime from 'react/jsx-runtime'; import { CardProps } from './Card.types.js'; import 'react'; declare const Card: { ({ children, color, dismissable, dismissButtonLabel, fontSize, icon, onDismiss, title, ...props }: CardProps): react_jsx_runtime.JSX.Element; displayName: string; }; export { Card, Card as default };