import { IMeta } from '@byted-apaas/client-sdk/component-editor'; const meta: IMeta = { props: [ { name: 'key1', type: 'String', title: '字符串', defaultValue: 'string', }, ], }; export default meta;