UNPKG
@ant-design/pro-chat
Version:
beta (2.4.4)
canary (1.15.2-cannay.1)
latest (1.15.3)
next (2.1.0)
2.4.4
2.4.3
2.4.2
2.4.1
2.4.0
2.3.0
2.2.1
2.2.0
2.1.15
2.1.14
2.1.13
2.1.12
2.1.11
2.1.10
2.1.9
2.1.8
2.1.7
2.1.6
2.1.5
2.1.4
2.1.3
2.1.2
2.1.1
2.1.0
2.0.11
2.0.10
2.0.9
2.0.7
2.0.6
2.0.5
2.0.4
2.0.3
2.0.2
2.0.1
2.0.0
1.15.3
1.15.2
1.15.2-cannay.1
1.15.2-cannay.0
1.15.1
1.15.0
1.14.2
1.14.1
1.14.0
1.13.9
1.13.8
1.13.7
1.13.6
1.13.5
1.13.4
1.13.3
1.13.3-beta.1
1.13.2
1.13.1
1.13.0
1.12.2
1.12.1
1.12.1-beta.1
1.12.0
1.11.0
1.10.3
1.10.2
1.10.2-beta.0
1.10.1
1.10.0
1.9.3
1.9.2
1.9.1
1.9.0
1.8.0
1.7.1
1.7.0
1.6.1
1.6.0
1.5.0
1.5.0-beta.1
1.4.4
1.4.3
1.4.2
1.4.1
1.4.0
1.4.0-beta.1
1.3.2
1.3.1
1.3.0
1.2.2
1.2.1
1.2.0
1.1.0
1.0.1
1.0.0
0.7.1
0.7.0
0.6.1
0.6.0
0.5.0
0.4.0
0.3.1
0.3.0
0.2.0
0.2.0-beta.17
0.2.0-beta.16
0.2.0-beta.15
0.2.0-beta.14
0.2.0-beta.13
0.2.0-beta.12
0.2.0-beta.11
0.2.0-beta.10
0.2.0-beta.9
0.2.0-beta.8
0.2.0-beta.7
0.2.0-beta.6
0.2.0-beta.5
0.1.1
0.0.0
a solution for ai chat
github.com/ant-design/pro-chat
ant-design/pro-chat
@ant-design/pro-chat
/
es
/
ChatItem
/
components
/
Actions.d.ts
9 lines
(8 loc)
•
264 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
/// <reference types="react" />
import
{
ChatItemProps
}
from
".."
;
export
interface
ActionsProps
{
actions
:
ChatItemProps
[
'actions'
];
className
?:
string
; }
declare
const
Actions
:
import
(
"react"
).
NamedExoticComponent
<
ActionsProps
>;
export
default
Actions
;