@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.
44 lines (43 loc) • 1.53 kB
JavaScript
import o from "./ResponsiveContainer.js";
import { default as t } from "./ScrollTop.js";
import { default as p } from "./containers/PreviewPageContainer.js";
import { default as s } from "./containers/PreviewTypeContainer.js";
import { default as u } from "./containers/SlugContainer.js";
import { default as n } from "./containers/SlugPostContainer.js";
import { CustomizerWrapper as i } from "./Customizer.js";
import { default as c } from "./Layout.js";
import { default as g } from "./PreviewComponent.js";
import { default as F } from "./Favicon.js";
import { default as w } from "./SSRFavicon.js";
import { default as H } from "./Loading.js";
import { default as R } from "./CustomSemanticSearch.js";
import { default as y } from "./Header.js";
import { default as z } from "./SearchControl.js";
import { default as M } from "./LangSwitcher.js";
import { default as j } from "./Footer.js";
import { default as q } from "./ClassicHeader.js";
import { default as B } from "./FlexWrapDetector.js";
import { default as G } from "./FloatingMenuHeader.js";
export {
q as ClassicHeader,
R as CustomSemanticSearch,
i as CustomizerWrapper,
F as Favicon,
B as FlexWrapDetector,
G as FloatingMenuHeader,
j as Footer,
y as Header,
M as LangSwitcher,
H as Loading,
g as PreviewComponent,
p as PreviewPageContainer,
s as PreviewTypeContainer,
o as ResponsiveContainer,
c as RootLayout,
w as SSRFavicon,
t as ScrollToTop,
z as SearchControl,
u as SlugContainer,
n as SlugPostContainer,
o as default
};