dk-plus
Version:
16 lines (15 loc) • 480 B
JavaScript
import { defineComponent as a } from "vue";
import { DkProps as r } from "./index3.js";
import { getStyleList as c } from "../../_hooks/public/get-StyleList/index.js";
import "../../_icon/index.js";
const f = a({
name: "DkSpace",
props: r,
setup(s) {
const { classes: t, styles: e } = c(s, "space"), o = t(["spacingType", "nowrap", "vertical"], "dk-space"), p = e(["portRait", "landScape"]);
return { classList: o, styleList: p };
}
});
export {
f as default
};