UNPKG

decentraland-ui

Version:

Decentraland's UI components and styles

2 lines (1 loc) 174 B
export declare const useInput: (value: string, onChange: (newValue: string) => void, ms?: number) => readonly [string, (event: React.ChangeEvent<HTMLInputElement>) => void];