UNPKG

@wordpress/editor

Version:
9 lines (7 loc) 186 B
/** * Internal dependencies */ import SaveShortcut from './save-shortcut'; export default function TextEditorGlobalKeyboardShortcuts() { return <SaveShortcut resetBlocksOnSave />; }