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
/
broadcast-lists
/
index.d.mts
8 lines
(5 loc)
•
211 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
import
*
as
react_jsx_runtime
from
'react/jsx-runtime'
; declare
function
BroadcastLists
(
props: { onCreateBroadcastList: () =>
void
; }
): react_jsx_runtime.
JSX
.
Element
;
export
{
BroadcastLists
as
default
};