UNPKG

next

Version:

The React Framework

42 lines (40 loc) 1.39 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); 0 && (module.exports = { InstantValidationBoundaryContext: null, PlaceValidationBoundaryBelowThisLevel: null, RenderValidationBoundaryAtThisLevel: null, SlotMarker: null }); function _export(target, all) { for(var name in all)Object.defineProperty(target, name, { enumerable: true, get: all[name] }); } _export(exports, { InstantValidationBoundaryContext: function() { return InstantValidationBoundaryContext; }, PlaceValidationBoundaryBelowThisLevel: function() { return PlaceValidationBoundaryBelowThisLevel; }, RenderValidationBoundaryAtThisLevel: function() { return RenderValidationBoundaryAtThisLevel; }, SlotMarker: function() { return SlotMarker; } }); const InstantValidationBoundaryContext = null; const PlaceValidationBoundaryBelowThisLevel = null; const RenderValidationBoundaryAtThisLevel = null; const SlotMarker = null; if ((typeof exports.default === 'function' || (typeof exports.default === 'object' && exports.default !== null)) && typeof exports.default.__esModule === 'undefined') { Object.defineProperty(exports.default, '__esModule', { value: true }); Object.assign(exports.default, exports); module.exports = exports.default; } //# sourceMappingURL=impl.browser.js.map