@wordpress/block-library
Version:
Block library for the WordPress editor.
36 lines (35 loc) • 1.43 kB
JavaScript
;
var __defProp = Object.defineProperty;
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
var __getOwnPropNames = Object.getOwnPropertyNames;
var __hasOwnProp = Object.prototype.hasOwnProperty;
var __export = (target, all) => {
for (var name in all)
__defProp(target, name, { get: all[name], enumerable: true });
};
var __copyProps = (to, from, except, desc) => {
if (from && typeof from === "object" || typeof from === "function") {
for (let key of __getOwnPropNames(from))
if (!__hasOwnProp.call(to, key) && key !== except)
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
}
return to;
};
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
var lock_unlock_exports = {};
__export(lock_unlock_exports, {
lock: () => lock,
unlock: () => unlock
});
module.exports = __toCommonJS(lock_unlock_exports);
var import_private_apis = require("@wordpress/private-apis");
const { lock, unlock } = (0, import_private_apis.__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-library"
);
// Annotate the CommonJS export names for ESM import in node:
0 && (module.exports = {
lock,
unlock
});
//# sourceMappingURL=lock-unlock.js.map