UNPKG

@gechiui/block-editor

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