@flipflop-sdk/tools
Version:
[](https://deepwiki.com/flipflop-fun/sdk) [](https://badge.fury.io/js/%40flipflop-sdk%2Ftools) [ • 305 B
TypeScript
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;