UNPKG

@cuvp1225/tango-mail

Version:
14 lines (13 loc) 346 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Card = void 0; const helpers_1 = require("../../helpers"); exports.Card = { name: 'Card', title: '卡片', package: '@music163/tango-mail', icon: 'icon-card', type: 'element', hasChildren: true, props: [...helpers_1.STYLE_PROPS], };