UNPKG

@wordpress/edit-post

Version:
11 lines (10 loc) 297 B
// packages/edit-post/src/components/editor-initialization/index.js import { useUpdatePostLinkListener } from "./listener-hooks.mjs"; function EditorInitialization() { useUpdatePostLinkListener(); return null; } export { EditorInitialization as default }; //# sourceMappingURL=index.mjs.map