@cuvp1225/tango-mail
Version:
react mail components for tango
16 lines (15 loc) • 443 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.Container = void 0;
const helpers_1 = require("../../helpers");
exports.Container = {
name: 'Container',
title: '容器',
package: '@music163/tango-mail',
icon: 'icon-container',
help: '容器用于包裹内容',
type: 'container',
hasChildren: true,
childrenName: ['Section', 'Hr'],
props: [...helpers_1.STYLE_PROPS],
};