"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.Hr = void 0;
const helpers_1 = require("../../helpers");
exports.Hr = {
name: 'Hr',
title: '分割线',
package: '@music163/tango-mail',
icon: 'icon-fengexian',
type: 'element',
props: [...helpers_1.STYLE_PROPS],
};