UNPKG

mdui.editor

Version:

Material Design 样式的富文本编辑器

13 lines (12 loc) 316 B
import MenuNativeAbstract from '../abstracts/menuNativeAbstract'; /** * 加粗 */ declare class Bold extends MenuNativeAbstract { static icon: string; static title: string; static disable: string[]; protected getCommandName(): string; protected getElementName(): string; } export default Bold;