UNPKG

@cuvp1225/tango-mail

Version:
13 lines (12 loc) 334 B
import { STYLE_PROPS } from '../../helpers'; export const Container = { name: 'Container', title: '容器', package: '@music163/tango-mail', icon: 'icon-container', help: '容器用于包裹内容', type: 'container', hasChildren: true, childrenName: ['Section', 'Hr'], props: [...STYLE_PROPS], };