UNPKG
react-chat-elements
Version:
latest (12.0.18)
12.0.18
12.0.17
12.0.16
12.0.15
12.0.14
12.0.13
12.0.11
12.0.10
12.0.9
12.0.8
12.0.7
12.0.6
12.0.5
12.0.4
12.0.3
12.0.2
12.0.1
12.0.0
11.0.1
11.0.0
10.16.2
10.16.1
10.16.0
10.15.0
10.14.0
10.13.0
10.12.0
10.11.3
10.11.2
10.11.1
10.11.0
10.10.2
10.10.1
10.10.0
10.9.3
10.9.2
10.9.1
10.9.0
10.8.0
10.7.1
10.7.0
10.6.0
10.5.0
10.4.3
10.4.1
10.3.1
10.3.0
10.2.0
10.1.2
10.1.1
10.1.0
10.0.5
10.0.3
10.0.2
10.0.1
10.0.0
0.9.0
0.8.2
0.8.1
0.8.0
0.7.2
0.7.1
0.7.0
0.6.1
0.6.0
0.5.2
0.5.1
0.5.0
0.4.28
0.4.27
0.4.26
0.4.25
0.4.24
0.4.23
0.4.22
0.4.21
0.4.20
0.4.19
0.4.18
0.4.17
0.4.16
0.4.15
0.4.14
0.4.13
0.4.12
0.4.11
0.4.10
0.4.9
0.4.8
0.4.7
0.4.6
0.4.5
0.4.4
0.4.3
0.4.2
0.4.1
0.4.0
0.3.0
0.2.0
0.1.0
Reactjs chat components
github.com/detaysoft/react-chat-elements
detaysoft/react-chat-elements
react-chat-elements
/
src
/
declaration.d.ts
8 lines
(6 loc)
•
144 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
*
as
React
from
'react'
declare
module
'react'
{
interface
HTMLAttributes
<T>
extends
React
.
DOMAttributes
<T> {
tooltip
?:
any
} }