UNPKG

@aplus-frontend/ui

Version:

25 lines (24 loc) 626 B
import { defineComponent as n, createElementBlock as r, openBlock as p, createVNode as e, unref as t } from "vue"; import { Skeleton as o } from "@aplus-frontend/antdv"; const i = { style: { "margin-block-end": "16px" } }, d = /* @__PURE__ */ n({ name: "ApSkeletonPageHeader", __name: "index", props: { active: { type: Boolean } }, setup(l) { return (a, c) => (p(), r("div", i, [ e(t(o), { paragraph: !1, title: { width: "185px" } }), e(t(o).Button, { active: a.active, size: "small" }, null, 8, ["active"]) ])); } }); export { d as default };