import { Snippet } from '@alilc/lowcode-types'; const snippets: Snippet[] = [ { title: 'Saas注册', screenshot: '', schema: { componentName: 'SaasRegister', props: { showLogo: true, logoSize: { width: 48, height: 48 }, logoPosition: 'center', showWelcomeMessage: true, welcomeMessageAlign: 'center', showTitle: true, titleAlign: 'center', showSubtitle: true, subtitleAlign: 'center', showDivider: true, showFirstName: true, showLastName: true, showLogin: true, loginAlign: 'center', showLoginText: true, showLoginLinkText: true, }, }, }, ]; export default snippets;