import { Snippet } from '@alilc/lowcode-types'; const snippets: Snippet[] = [ { title: 'Saas创建企业', screenshot: '', schema: { componentName: 'SaasCreateOrganization', props: { showLogo: true, logoSize: { width: 48, height: 48 }, logoPosition: 'center', showWelcomeMessage: true, welcomeMessageAlign: 'center', showTitle: true, titleAlign: 'center', showSubtitle: false, subtitleAlign: 'center', showDivider: true, }, }, }, ]; export default snippets;