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) 305 B
import { JSX } from 'react'; import { RefundButtonProps } from './types/common'; declare const RefundButton: ({ network, mintAddress, buttonStyle, informationStyle, buttonTitle, wallet, connection, tokenInfo, onStart, onError, onSuccess, }: RefundButtonProps) => JSX.Element; export default RefundButton;