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.d.ts
13 lines
•
312 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
import
type
{
FC
}
from
'react'
;
import
'./index.less'
;
export
interface
TypingProps
{
loading
?:
boolean
;
/** * 颜色 *
@default
colorText rgba(0, 0, 0, 0.88) */
color
?:
string
; }
export
declare
const
Typing
:
FC
<
TypingProps
>;
export
default
Typing
;
//# sourceMappingURL=index.d.ts.map