@pdf-viewer/react
Version:
A react-pdf-viewer component for React and Next.js. Suitable for react-pdf document.
20 lines (19 loc) • 649 B
JavaScript
import { jsx as _ } from "react/jsx-runtime";
import { withRef as t } from "./utils/withRef.js";
const o = {
"rp-layout": "_rp-layout_1e7yi_1",
"rp-layout-wrapper": "_rp-layout-wrapper_1e7yi_5",
"rp-content": "_rp-content_1e7yi_11",
"rp-pages": "_rp-pages_1e7yi_17",
"rp-container": "_rp-container_1e7yi_22",
"rp-loader": "_rp-loader_1e7yi_26",
"rp-theme-variables": "_rp-theme-variables_1e7yi_30",
"rp-dark-mode": "_rp-dark-mode_1e7yi_141"
}, y = t((r, e) => {
const { children: p, ...a } = r;
return /* @__PURE__ */ _("div", { ref: e, className: o["rp-layout-wrapper"], ...a, children: p });
});
export {
y as L,
o as c
};