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) 272 B
import { jsx as _jsx } from "react/jsx-runtime"; import Button from "../Button"; function SelectAnotherMethod({ buttonText, onSelectAnotherMethod }) { return _jsx(Button, { onClick: onSelectAnotherMethod, children: buttonText }); } export default SelectAnotherMethod;