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
/
card
/
prototype.js
11 lines
(10 loc)
•
242 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
import
{ STYLE_PROPS } from
'../../helpers'
; export
const
Card = { name:
'Card'
, title:
'卡片'
,
package
:
'@music163/tango-mail'
, icon:
'icon-card'
,
type
:
'element'
, hasChildren:
true
, props: [...STYLE_PROPS], };