UNPKG

@wangeditor-next/yjs-for-react

Version:

React specific components/utils for wangeditor-next-yjs.

12 lines (11 loc) 575 B
/** * @description lower dot emphasis menu */ import BaseMenu from './BaseMenu'; declare class EmphasisDotMenu extends BaseMenu { readonly mark = "emphasisDot"; readonly title: string; readonly iconSvg = "<svg viewBox=\"0 0 1024 1024\"><path d=\"M256 128h128v512H256zM448 128h128v512H448zM640 128h128v512H640z\"></path><path d=\"M320 832m-64 0a64 64 0 1 0 128 0 64 64 0 0 0-128 0zM512 832m-64 0a64 64 0 1 0 128 0 64 64 0 0 0-128 0zM704 832m-64 0a64 64 0 1 0 128 0 64 64 0 0 0-128 0z\"></path></svg>"; readonly hotkey = ""; } export default EmphasisDotMenu;