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