/** * 生成ruby,使用场景:给中文增加拼音、给中文增加英文、给英文增加中文等等 */ export default class Ruby extends MenuBase { constructor($cherry: any); $testIsRuby(selection: any): boolean; } import MenuBase from "@/toolbars/MenuBase";