UNPKG
tunnel-rat
Version:
latest (0.1.2)
0.1.2
0.1.1
0.1.0
0.0.4
0.0.3
0.0.2
0.0.1
0.0.0
non gratum anus rodentum
github.com/pmndrs/tunnel-rat
pmndrs/tunnel-rat
tunnel-rat
/
dist
/
index.d.ts
10 lines
(9 loc)
•
201 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
import
React
from
'react'
;
declare
type
Props
= {
children
:
React
.
ReactNode
; };
export
default
function
tunnel
(
): {
In
:
(
{ children }:
Props
) =>
null
;
Out
:
() =>
JSX
.
Element
; };
export
{};