@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.
23 lines (22 loc) • 870 B
JavaScript
import { decodeHtmlEntitiesToHtml as o, decodeHtmlEntitiesToText as r, stringToArray as n, toBoolean as i, toNumber as m, uriStringToArray as l } from "./data.js";
import { Media as p, MediaContextProvider as s, mediaStyle as a } from "./AppMedia.js";
import { getUnhandledProps as y, htmlImageProps as T, htmlInputAttrs as h, htmlInputEvents as x, htmlInputProps as P, partitionHTMLProps as g, useKeyOnly as A, useValueAndKey as H } from "./semanticUtils.js";
export {
p as Media,
s as MediaContextProvider,
o as decodeHtmlEntitiesToHtml,
r as decodeHtmlEntitiesToText,
y as getUnhandledProps,
T as htmlImageProps,
h as htmlInputAttrs,
x as htmlInputEvents,
P as htmlInputProps,
a as mediaStyle,
g as partitionHTMLProps,
n as stringToArray,
i as toBoolean,
m as toNumber,
l as uriStringToArray,
A as useKeyOnly,
H as useValueAndKey
};