UNPKG

@coin-voyage/paykit

Version:

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

15 lines (14 loc) 407 B
interface UsePayToAddressChainOptionsProps { fiatAmount: number | undefined; } export declare function usePayToAddressChainOptions({ fiatAmount }: UsePayToAddressChainOptionsProps): { options: { id: string; title: string; icons: import("react/jsx-runtime").JSX.Element[]; onClick: () => void; disabled: boolean; }[]; isLoading: boolean; }; export {};