@wordpress/format-library
Version:
Format library for the WordPress editor.
18 lines (16 loc) • 550 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/format-library');
exports.unlock = unlock;
exports.lock = lock;
//# sourceMappingURL=lock-unlock.js.map
;