/** * @description through menu * @author wangfupeng */ import BaseMenu from './BaseMenu'; declare class ThroughMenu extends BaseMenu { readonly mark = "through"; readonly title: string; readonly iconSvg = ""; readonly hotkey = "mod+shift+x"; } export default ThroughMenu;