dk-plus
Version:
16 lines (15 loc) • 412 B
JavaScript
import { defineComponent as s } from "vue";
import { lasProps as o } from "./index3.js";
import { getStyleList as r } from "../../_hooks/public/get-StyleList/index.js";
import "../../_icon/index.js";
const d = s({
name: "DkLaside",
props: o,
setup(t) {
const { styles: e } = r(t, "header");
return { style_List: e(["height", "padding", "width", "background"]) };
}
});
export {
d as default
};