UNPKG

@coin-voyage/paykit

Version:

Seamless crypto payments. Onboard users from any chain, any coin into your app with one click.

7 lines (6 loc) 291 B
interface SelectAnotherMethodProps { buttonText: React.ReactNode; onSelectAnotherMethod: () => void; } declare function SelectAnotherMethod({ buttonText, onSelectAnotherMethod }: SelectAnotherMethodProps): import("react/jsx-runtime").JSX.Element; export default SelectAnotherMethod;