UNPKG

next

Version:

The React Framework

14 lines (13 loc) 408 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.useRefreshRoot = useRefreshRoot; exports.RefreshContext = void 0; var _react = require("react"); const RefreshContext = (0, _react).createContext((_props)=>{}); exports.RefreshContext = RefreshContext; function useRefreshRoot() { return (0, _react).useContext(RefreshContext); } //# sourceMappingURL=refresh.js.map