UNPKG

@reown/appkit-common

Version:

The full stack toolkit to build onchain app UX.

4 lines (3 loc) 159 B
export declare const InputUtil: { numericInputKeyDown(event: KeyboardEvent, currentValue: string | undefined, onChange: (value: string) => void): void; };