UNPKG

@wordpress/editor

Version:
12 lines (11 loc) 316 B
import { createElement } from "@wordpress/element"; /** * Internal dependencies */ import SaveShortcut from './save-shortcut'; export default function TextEditorGlobalKeyboardShortcuts() { return createElement(SaveShortcut, { resetBlocksOnSave: true }); } //# sourceMappingURL=text-editor-shortcuts.js.map