UNPKG

@wordpress/block-editor

Version:
18 lines (16 loc) 372 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.RichTextShortcut = void 0; var _element = require("@wordpress/element"); /** * WordPress dependencies */ class RichTextShortcut extends _element.Component { render() { return null; } } exports.RichTextShortcut = RichTextShortcut; //# sourceMappingURL=shortcut.native.js.map