UNPKG
input-editor
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
Input editor by CK
input-editor
/
dist
/
index.d.ts
9 lines
(8 loc)
•
201 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
declare
type
InputProp
= {
inputChat
:
string
;
setInputChat
:
any
;
onDone
?:
any
;
config
?:
any
; };
declare
function
InputEditor
(
props
:
InputProp
):
JSX
.
Element
;
export
default
InputEditor
;