UNPKG

@daimo/pay

Version:

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

7 lines (6 loc) 197 B
import { AlertProps } from "./types"; declare const Alert: { ({ children, error, icon }: AlertProps): import("react/jsx-runtime").JSX.Element; displayName: string; }; export default Alert;