UNPKG

general-assistant

Version:

General Assistant components

9 lines (8 loc) 213 B
import { ElementType } from 'react'; declare const InputComposer: ElementType<{ onSend: (t: string, v: string) => void; inputOptions: { [key: string]: any; }; }>; export default InputComposer;