/** * 线框预览控制器 */ export interface IWireControl { /** * 退出编辑 */ complete(): void; }