UNPKG

@daimo/pay

Version:

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

9 lines (8 loc) 281 B
import React from "react"; declare const AmountInputField: React.FC<{ value: string; onChange: (e: React.ChangeEvent<HTMLInputElement>) => void; currency?: string; onKeyDown?: (e: React.KeyboardEvent<HTMLInputElement>) => void; }>; export default AmountInputField;