UNPKG
@cuvp1225/tango-mail
Version:
latest (0.5.6)
0.5.6
0.5.5
0.5.3
react mail components for tango
github.com/NetEase/tango-components
NetEase/tango-components
@cuvp1225/tango-mail
/
lib
/
esm
/
components
/
row
/
column.js
13 lines
(12 loc)
•
327 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
import { defineComponent }
from
'@music163/tango-boot'
; import { Column
as
Comp }
from
'@react-email/components'
; export
const
Column
=
defineComponent
(Comp, {
name
:
'Column'
,
designerConfig
: {
defaultProps
: {
style
: {
border
:
'1px dashed #999'
, }, }, }, });