import { IPublicTypeComponentMetadata } from '@alilc/lowcode-types'; const PageMeta: IPublicTypeComponentMetadata = { componentName: 'Page', title: '容器', docUrl: '', screenshot: '', devMode: 'proCode', configure: { props: [ { name:'style.padding', condition:()=>false, defaultValue:'20px' }, { name:'style.background-color', condition:()=>false, defaultValue:'#fff' } ], supports: { style: true, }, } } export default { ...PageMeta };