UNPKG

@coin-voyage/paykit

Version:

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

8 lines (7 loc) 244 B
type ModalHeadingBarProps = { heading?: string; routeKey: string; mobile: boolean; }; export declare function ModalHeadingBar({ heading, routeKey, mobile }: ModalHeadingBarProps): import("react/jsx-runtime").JSX.Element; export {};