UNPKG

bigblocks

Version:

Complete Bitcoin UI component library - authentication, social, wallet, market, inscriptions, and blockchain interactions for React

8 lines 370 B
import { type BigBlocksError } from "../../lib/types.js"; export interface ErrorDisplayProps { error?: string | BigBlocksError; className?: string; size?: "sm" | "default" | "lg"; } export declare function ErrorDisplay({ error, className, size, }: ErrorDisplayProps): import("react/jsx-runtime").JSX.Element | null; //# sourceMappingURL=ErrorDisplay.d.ts.map