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
/
components
/
Loaders
/
index.mjs
2 lines
•
173 B
JavaScript
View Raw
1
2
import
"./loaders.css"
;
import
{jsx
as
o}
from
"react/jsx-runtime"
;
function
a
(
){
return
o
(
"div"
,{
className
:
"loader"
})}
export
{a
as
LinearLoader
};
//# sourceMappingURL=index.mjs.map