UNPKG

@wordpress/editor

Version:
9 lines (8 loc) 286 B
// packages/editor/src/hooks/note-format.js import { registerFormatType } from "@wordpress/rich-text"; import { NOTE_FORMAT_NAME, noteFormat } from "../components/collab-sidebar/format.mjs"; registerFormatType(NOTE_FORMAT_NAME, noteFormat); //# sourceMappingURL=note-format.mjs.map