UNPKG

@vchatcloud/react-ui-kit

Version:

VChatCloud UI Kit for react integration

12 lines (11 loc) 354 B
import { FormEventHandler } from 'react'; declare const useInput: () => { value: string; setValue: import('react').Dispatch<import('react').SetStateAction<string>>; onInput: FormEventHandler<HTMLInputElement>; htmlAttribute: { value: string; onInput: FormEventHandler<HTMLInputElement>; }; }; export default useInput;