UNPKG

@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.

17 lines (16 loc) 449 B
import { jsx as r } from "react/jsx-runtime"; import { useParams as t } from "react-router"; import "semantic-ui-react"; import { Post as m } from "@devgateway/wp-react-lib"; import "../../utils/AppMedia.js"; import "../Footer.js"; import "../Header.js"; import "react"; const g = ({ header: i, footer: e, posts: o } = {}) => { const { lan: a, slug: p } = t(); if (o) return /* @__PURE__ */ r(m, { posts: o }); }; export { g as default };