UNPKG

@cuvp1225/tango-mail

Version:
24 lines (23 loc) 546 B
import { STYLE_PROPS } from '../../helpers'; export const Button = { name: 'Button', title: '按钮', package: '@music163/tango-mail', icon: 'icon-anniu', help: '按钮用于触发一个操作', type: 'element', props: [ { name: 'href', title: '跳转链接', setter: 'textSetter', }, { name: 'children', title: '文案', setter: 'textSetter', initValue: '按钮', }, ...STYLE_PROPS, ], };