UNPKG

@futpib/react-tunnels

Version:

A easy way to communicate rendering logic and data to ancestor components in React.

6 lines (5 loc) 285 B
export { default as Tunnel } from './Tunnel' export { default as TunnelPlaceholder } from './TunnelPlaceholder' export { default as TunnelProvider } from './TunnelProvider' export { default as TunnelState } from './TunnelState' export { default as createTunnel } from './createTunnel'