@frontify/fondue
Version:
Design system of Frontify
11 lines (10 loc) • 685 B
JavaScript
import { jsx as t } from "react/jsx-runtime";
import { AlignmentToolbarButton as n } from "../AlignmentToolbarbutton.es.js";
import e from "../../../../../foundation/Icon/Generated/IconTextAlignmentCentre16.es.js";
import { ButtonWrapper as i, IconStylingWrapper as m } from "../../helper.es.js";
import { getTooltip as p } from "../../../helpers/getTooltip.es.js";
const a = ({ id: o, editorId: r }) => /* @__PURE__ */ t(i, { id: o, children: /* @__PURE__ */ t(n, { editorId: r, value: "center", tooltip: p("Align center"), children: /* @__PURE__ */ t(m, { icon: /* @__PURE__ */ t(e, {}) }) }) });
export {
a as AlignCenterButton
};
//# sourceMappingURL=AlignCenterButton.es.js.map