UNPKG

@nextcloud/vue

Version:
11 lines (10 loc) 509 B
import { n as l } from "../chunks/_plugin-vue2_normalizer-5b4c43a4.mjs"; const s = { name: "NcAppContentList", props: { selection: { type: Boolean, default: !1 }, showDetails: { type: Boolean, default: !1 } } }; var n = function() { var t = this, e = t._self._c; return e("div", { staticClass: "app-content-list", class: { selection: t.selection, showdetails: t.showDetails } }, [t._t("default")], 2); }, o = [], a = l(s, n, o, !1, null, null, null, null); const c = a.exports; export { c as default };