"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.Row = void 0;
const tango_boot_1 = require("@music163/tango-boot");
const components_1 = require("@react-email/components");
exports.Row = (0, tango_boot_1.defineComponent)(components_1.Row, {
name: 'Row',
});