@cuvp1225/tango-mail
Version:
react mail components for tango
28 lines (27 loc) • 607 B
JavaScript
import { STYLE_PROPS } from '../../helpers';
export const Link = {
name: 'Link',
title: '链接',
package: '@music163/tango-mail',
icon: 'icon-link',
type: 'element',
props: [
{
name: 'children',
title: '文案',
setter: 'textSetter',
initValue: 'Link',
},
{
name: 'href',
title: '链接地址',
setter: 'textSetter',
},
{
name: 'target',
title: '目标',
setter: 'textSetter',
},
...STYLE_PROPS,
],
};