UNPKG

next

Version:

The React Framework

40 lines (38 loc) 1.28 kB
'use client'; "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 _impl.InstantValidationBoundaryContext; }, PlaceValidationBoundaryBelowThisLevel: function() { return _impl.PlaceValidationBoundaryBelowThisLevel; }, RenderValidationBoundaryAtThisLevel: function() { return _impl.RenderValidationBoundaryAtThisLevel; }, SlotMarker: function() { return _impl.SlotMarker; } }); const _impl = require("./impl"); 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=boundary.js.map