Initial project import
This commit is contained in:
9
node_modules/tunnel-rat/dist/index.d.ts
generated
vendored
Normal file
9
node_modules/tunnel-rat/dist/index.d.ts
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
import React from 'react';
|
||||
declare type Props = {
|
||||
children: React.ReactNode;
|
||||
};
|
||||
export default function tunnel(): {
|
||||
In: ({ children }: Props) => null;
|
||||
Out: () => JSX.Element;
|
||||
};
|
||||
export {};
|
||||
Reference in New Issue
Block a user