summit/frontend/node_modules/tunnel-rat/dist/index.d.ts

10 lines
201 B
TypeScript
Raw Normal View History

2025-12-08 16:31:30 +00:00
import React from 'react';
declare type Props = {
children: React.ReactNode;
};
export default function tunnel(): {
In: ({ children }: Props) => null;
Out: () => JSX.Element;
};
export {};