UNPKG

@cuvp1225/tango-mail

Version:
16 lines (15 loc) 443 B
"use strict"; 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], };