@snowball-tech/fractal
Version:
Fractal's (Snowball's design system) React component library based on RadixUI and TailwindCSS
21 lines (20 loc) • 470 B
TypeScript
import { t as CardProps } from "./Card.types-Bpa4daCg.js";
import * as _$react_jsx_runtime0 from "react/jsx-runtime";
//#region src/components/Card/Card.d.ts
declare const Card: {
({
children,
color,
dismissable,
dismissButtonLabel,
fontSize,
icon,
onDismiss,
title,
...props
}: CardProps): _$react_jsx_runtime0.JSX.Element;
displayName: string;
};
//#endregion
export { Card as t };
//# sourceMappingURL=Card-Ctgfp0fp.d.ts.map