UNPKG

@flipflop-sdk/tools

Version:

[![Ask DeepWiki](https://deepwiki.com/badge.svg)](https://deepwiki.com/flipflop-fun/sdk) [![npm version](https://badge.fury.io/js/%40flipflop-sdk%2Ftools.svg)](https://badge.fury.io/js/%40flipflop-sdk%2Ftools) [![License: MIT](https://img.shields.io/badge

5 lines (4 loc) 475 B
import { JSX } from 'react'; import { MintButtonProps } from './types/common'; declare const MintButton: ({ network, rpc, mintAddress, urcCode, showRefundButton, showUrcButton, mintButtonStyle, refundButtonStyle, refundButtonTitle, informationStyle, generateURCStyle, flipflopLogoStyle, mintButtonTitle, wallet, connection, onMintStart, onMintError, onMintSuccess, onRefundError, onRefundSuccess, onRefundStart, }: MintButtonProps) => JSX.Element; export default MintButton;