@cuvp1225/tango-mail
Version:
react mail components for tango
32 lines (31 loc) • 783 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.Section = void 0;
const helpers_1 = require("../../helpers");
exports.Section = {
name: 'Section',
title: '区域',
package: '@music163/tango-mail',
icon: 'icon-section',
type: 'container',
hasChildren: true,
props: [
{
name: 'p',
title: '内间距',
setter: 'codeSetter',
tip: '设置具体的带单位的间距值,例如 12px',
},
{
name: 'bg',
title: '背景色',
setter: 'colorSetter',
},
{
name: 'color',
title: '文本色',
setter: 'colorSetter',
},
...helpers_1.STYLE_PROPS,
],
};