import type { IComponentPrototype } from "@xirang/studio-helpers"; import { StylePrototypes } from "./common"; export const Box: IComponentPrototype = { name: "Box", title: "盒子", icon: "icon-mianban", type: "container", package: "@xirang/design-antd", hasChildren: true, siblingNames: ["Box"], props: [...StylePrototypes], };