UNPKG
smart-compose-react
Version:
latest (0.1.3)
0.1.3
0.1.2
0.1.1
输入字符可以智能提醒,按一下 Tab 键位就可以快速输入智能提醒内容
smart-compose-react
/
lib
/
SmartCompose
/
utils.d.ts
2 lines
(1 loc)
•
96 B
TypeScript
View Raw
1
2
export
declare
function
insertTextAtCursor
(
text
:
string
,
textarea
:
HTMLTextAreaElement
):
void
;