@pdf-viewer/react
Version:
A react-pdf-viewer component for React and Next.js. Suitable for react-pdf document.
13 lines (12 loc) • 635 B
JavaScript
import { jsxs as l, jsx as e } from "react/jsx-runtime";
import '../../../assets/PropertyItem.css';const r = {
"rp-property-item-wrapper": "_rp-property-item-wrapper_jno3l_1",
"rp-property-item-label": "_rp-property-item-label_jno3l_11",
"rp-property-item-value": "_rp-property-item-value_jno3l_15"
}, a = ({ label: p, value: t }) => /* @__PURE__ */ l("div", { className: r["rp-property-item-wrapper"], children: [
/* @__PURE__ */ e("div", { className: r["rp-property-item-label"], children: p }),
/* @__PURE__ */ e("div", { className: r["rp-property-item-value"], children: t || "-" })
] });
export {
a as PropertyItem
};