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.

9 lines (8 loc) 158 B
const n = (a, r, e, t) => new Intl.Collator(r, { caseFirst: "upper", numeric: !0, sensitivity: "variant" }).compare(e, t); export { n as alphaSort };