import snippets from './snippets'; export default { snippets, componentName: 'OCR', title: '名片录入', group: '原子组件', category: '数据展示', props: [ { name: 'text', title: '文案', propType: 'string', }, ], configure: { supports: { style: true } }, };