UNPKG
hi-mention
Version:
latest (2.2.2)
2.2.2
2.2.1
2.2.0
2.1.0
2.0.1
2.0.0
纯JS聊天框,兼容原生HTML/React/Vue等各种框架;支持@提及功能、插入富文本等多功能编辑器;内置H5和PC的交互样式
hi-mention
/
src
/
utils
/
moveCursor.d.ts
2 lines
(1 loc)
•
76 B
TypeScript
View Raw
1
2
export
default
function
moveCursor
(
type:
"ArrowLeft"
|
"ArrowRight"
):
void
;