UNPKG
softchatjs-react
Version:
latest (3.2.5)
3.2.30
3.2.29
3.2.28
3.2.27
3.2.26
3.2.25
3.2.24
3.2.23
3.2.21
3.2.5
3.2.4
3.2.1
3.2.0
3.1.71
3.1.9
3.1.8
3.1.7
3.1.6
3.1.5
3.1.4
3.1.3
3.1.2
3.1.0
Install the softchat-js SDKs
github.com/Timilehinn/softchatjs/tree/main
Timilehinn/softchatjs
softchatjs-react
/
dist
/
theme
/
index.d.mts
6 lines
(3 loc)
•
106 B
text/typescript
View Raw
1
2
3
4
5
6
import
{
ReactTheme
}
from
'./type.mjs'
;
declare
const
defaulTheme
:
ReactTheme
;
export
{ defaulTheme };