@wordpress/block-library
Version:
Block library for the WordPress editor.
11 lines (10 loc) • 399 B
JavaScript
import { __dangerousOptInToUnstableAPIsOnlyForCoreModules } from "@wordpress/private-apis";
const { lock, unlock } = __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"
);
export {
lock,
unlock
};
//# sourceMappingURL=lock-unlock.js.map