@dialpad/dialtone
Version:
Dialpad's Dialtone design system monorepo
24 lines (23 loc) • 864 B
JavaScript
import { t as e } from "../../_plugin-vue_export-helper-BTgDAbhb.js";
import t from "../button/button.js";
import { createElementBlock as n, createTextVNode as r, createVNode as i, openBlock as a, resolveComponent as o, toDisplayString as s, withCtx as c } from "vue";
//#region components/button_group/buttons_decorator.vue
var l = {
compatConfig: { MODE: 3 },
name: "ButtonsDecorator",
components: { DtButton: t }
};
function u(e, t, l, u, d, f) {
let p = o("dt-button");
return a(), n("div", null, [i(p, { importance: "primary" }, {
default: c(() => [...t[0] || (t[0] = [r(s("Confirm"), -1)])]),
_: 1
}), i(p, { importance: "outlined" }, {
default: c(() => [...t[1] || (t[1] = [r(s("Cancel"), -1)])]),
_: 1
})]);
}
var d = /* @__PURE__ */ e(l, [["render", u]]);
//#endregion
export { d as default };
//# sourceMappingURL=buttons-decorator.js.map