export interface Editor { /** 标签 */ tag?: string; /** class 类 */ class?: string[]; children?: Editor[]; }