@wordpress/block-editor
Version: 
18 lines (16 loc) • 548 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
  value: true
});
exports.unlock = exports.lock = void 0;
var _privateApis = require("@wordpress/private-apis");
/**
 * WordPress dependencies
 */
const {
  lock,
  unlock
} = (0, _privateApis.__dangerousOptInToUnstableAPIsOnlyForCoreModules)('I acknowledge private features are not for use in themes or plugins and doing so will break in the next version of WordPress.', '@wordpress/block-editor');
exports.unlock = unlock;
exports.lock = lock;
//# sourceMappingURL=lock-unlock.js.map