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