UNPKG

@futpib/react-tunnels

Version:

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

10 lines (7 loc) 241 B
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); exports.TunnelContext = undefined; var _react = require('react'); var TunnelContext = exports.TunnelContext = (0, _react.createContext)({ tunnelState: null });