bigblocks
Version:
Complete Bitcoin UI component library - authentication, social, wallet, market, inscriptions, and blockchain interactions for React
9 lines • 338 B
TypeScript
import type React from "react";
export interface WarningCardProps {
title?: string;
message: string;
icon?: React.ReactNode;
className?: string;
}
export declare function WarningCard({ title, message, icon, className, }: WarningCardProps): import("react/jsx-runtime").JSX.Element;
//# sourceMappingURL=WarningCard.d.ts.map