UNPKG

input-editor

Version:

Input editor by CK

9 lines (8 loc) 201 B
declare type InputProp = { inputChat: string; setInputChat: any; onDone?: any; config?: any; }; declare function InputEditor(props: InputProp): JSX.Element; export default InputEditor;