UNPKG

web3-mq-react

Version:
13 lines (12 loc) 294 B
/// <reference types="react" /> export declare const useInput: (initState: any) => { input: { value: any; onChange: (e: { target: { value: any; }; }) => void; }; setValue: import("react").Dispatch<any>; };