UNPKG

bigblocks

Version:

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

7 lines 283 B
export interface YoursWalletIconProps { size?: number; color?: string; className?: string; } export declare function YoursWalletIcon({ size, color, className, }: YoursWalletIconProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=YoursWalletIcon.d.ts.map