export const snippets = [ { title: 'FormilyForm', schema: { title: 'FormilyForm', componentName: 'FormilyForm', props: { componentProps: { layout: 'horizontal', }, __component_name: 'FormilyForm', }, children: [ { componentName: 'FormilyInput', props: { __component_name: 'FormilyInput', fieldProps: { name: 'username', title: 'Input', 'x-validator': [], }, componentProps: { 'x-component-props': {}, }, decoratorProps: { 'x-decorator-props': {}, }, }, }, ], }, }, ];