@frontify/fondue
Version:
Design system of Frontify
12 lines (11 loc) • 423 B
JavaScript
var o = /* @__PURE__ */ ((t) => (t.Both = "Both", t.Horizontal = "Horizontal", t.Vertical = "Vertical", t))(o || {});
const l = {
Both: "tw-w-full tw-h-full tw-overflow-auto",
Horizontal: "tw-w-full tw-overflow-x-auto tw-overflow-y-hidden",
Vertical: "tw-h-full tw-overflow-y-auto tw-overflow-x-hidden"
};
export {
o as ScrollWrapperDirection,
l as scrollWrapperDirections
};
//# sourceMappingURL=types.es.js.map