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
/
index.d.ts
6 lines
(5 loc)
•
193 B
TypeScript
View Raw
1
2
3
4
5
6
import
Mention
from
"./src/Mention"
;
import
UserSelector
from
"./src/UserSelector"
;
export
declare
const
HiUserSelector
:
typeof
UserSelector
;
export
default
class
HiMention
extends
Mention
{ }