UNPKG

@daimo/pay

Version:

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

16 lines (15 loc) 536 B
import React from "react"; import { ThemeContainer } from "./styles"; import { All } from "./../../../types"; type ThemedButtonProps = { children?: React.ReactNode; variant?: "primary" | "secondary" | "tertiary"; autoSize?: boolean; duration?: number; style?: React.CSSProperties; onClick?: () => void; }; export declare const PlaceholderButton: () => import("react/jsx-runtime").JSX.Element; declare const ThemedButton: React.FC<ThemedButtonProps & All>; export default ThemedButton; export { ThemeContainer };