@pdf-viewer/react
Version:
A react-pdf-viewer component for React and Next.js. Suitable for react-pdf document.
22 lines (21 loc) • 465 B
JavaScript
import { jsx as c } from "react/jsx-runtime";
import { c as o } from "../../clsx-0c6e471a.js";
const s = {
"rp-container": "_rp-container_f63gc_1"
}, l = (r) => {
const { children: n, getContainerRef: e, style: t, className: a } = r;
return /* @__PURE__ */ c(
"div",
{
tabIndex: 0,
ref: e,
"data-rp": "container",
className: o(s["rp-container"], a),
style: t,
children: n
}
);
};
export {
l as Container
};