UNPKG
@difizen/magent-chat
Version:
latest (0.1.36)
0.1.36
0.1.35
0.1.34
0.1.33
0.1.32
0.1.31
0.1.30
0.1.29
0.1.28
0.1.27
github.com/difizen/magent
difizen/magent
@difizen/magent-chat
/
es
/
chat-view
/
components
/
typing
/
index.js
8 lines
•
219 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
import
"./index.less"
;
import
{ jsx
as
_jsx }
from
"react/jsx-runtime"
;
export
var
Typing
=
function
Typing
(
props
) {
return
/*#__PURE__*/
_jsx
(
"div"
, {
className
:
"chat-input-typing"
}); };
export
default
Typing
;