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