UNPKG

@reown/appkit-common

Version:

#### 🔗 [Website](https://reown.com/appkit)

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