UNPKG
sichqon
Version:
latest (0.1.1)
0.1.1
0.1.0
0.0.3
0.0.2
0.0.1
Create tunnel with your react application
github.com/OgabekYuldoshev/sichqon
OgabekYuldoshev/sichqon
sichqon
/
dist
/
index.d.mts
10 lines
(7 loc)
•
253 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
import
*
as
react_jsx_runtime
from
'react/jsx-runtime'
;
import
{
PropsWithChildren
}
from
'react'
; declare
function
createTunnel
(
): {
In
({ children }:
PropsWithChildren
):
null
;
Out
(): react_jsx_runtime.
JSX
.
Element
; };
export
{ createTunnel };