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