@devgateway/dvz-ui-react
Version:
A modular, embeddable React component library for data visualization and UI, built with TypeScript. Provides reusable components for charts, maps, dashboards, and more, with built-in support for internationalization and Redux integration.
20 lines (19 loc) • 570 B
JavaScript
import { jsx as r } from "react/jsx-runtime";
import { PageProvider as a, PageConsumer as i, Page as s } from "@devgateway/wp-react-lib";
import { useParams as m } from "react-router";
import l from "../ResponsiveContainer.js";
const f = ({ header: o, footer: n }) => {
const { lan: t, slug: e } = m();
return /* @__PURE__ */ r(
a,
{
locale: t,
slug: e,
store: e,
children: /* @__PURE__ */ r(l, { header: o, footer: n, children: /* @__PURE__ */ r(i, { children: /* @__PURE__ */ r(s, {}) }) })
}
);
};
export {
f as default
};