@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.
12 lines (11 loc) • 379 B
JavaScript
import { jsx as t } from "react/jsx-runtime";
import { connect as n } from "react-redux";
import "react";
import { PostContent as r } from "@devgateway/wp-react-lib";
import { postLoaded as e } from "../reducers/embeddable.js";
const s = (o) => /* @__PURE__ */ t(r, { onLoad: o.onLoad, ...o }), a = (o, p) => ({}), m = {
onLoad: e
}, P = n(a, m)(s);
export {
P as default
};