@extclp/vexip-ui
Version:
A Vue 3 UI library, Highly customizability, full TypeScript, performance pretty good
17 lines (16 loc) • 584 B
JavaScript
var f = /* @__PURE__ */ ((e) => (e.RotateRight = "rotate-right", e.RotateLeft = "rotate-left", e.FlipX = "flip-x", e.FlipY = "flip-y", e.ZoomIn = "zoom-in", e.ZoomOut = "zoom-out", e.FullScreen = "full-screen", e.Reset = "reset", e))(f || {});
const t = [
["rotate-right", "rotate-left"],
["flip-x", "flip-y"],
["zoom-in", "zoom-out"],
["full-screen"],
["reset"]
];
for (let e = 0, o = t.length; e < o; ++e)
t[e] = Object.freeze(t[e]);
const l = Object.freeze(t);
export {
f as InternalActionName,
l as viewerDefaultActionLayout
};
//# sourceMappingURL=symbol.mjs.map