element-plus
Version:
A Component Library for Vue 3
16 lines (13 loc) • 342 B
JavaScript
import { createVNode } from 'vue';
const Footer = (props, {
slots
}) => {
var _a;
return createVNode("div", {
"class": props.class,
"style": props.style
}, [(_a = slots.default) == null ? void 0 : _a.call(slots)]);
};
Footer.displayName = "ElTableV2Footer";
export { Footer as default };
//# sourceMappingURL=footer.mjs.map