@snowball-tech/fractal
Version:
Fractal's (Snowball's design system) React component library based on RadixUI and TailwindCSS
21 lines (20 loc) • 442 B
TypeScript
import { CardProps } from "./Card.types.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 };
//# sourceMappingURL=Card.d.ts.map