const e = {
component: () => import("./col.js"),
defaultSchema: {
label: "栅格布局-列",
type: "col",
children: [],
componentProps: {
span: 6
}
},
config: {
attribute: [
{
label: "占位格数",
type: "number",
field: "componentProps.span"
}
]
}
};
export {
e as default
};