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