/**容器接口，实现了编辑器容器类型。*/
export interface IBox {
}
