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.

4 lines (3 loc) 209 B
export function alphaSort(reverse: any, locale: any, a: any, b: any): number; export function numericSort(reverse: any, a: any, b: any): number; export function dateSort(reverse: any, a: any, b: any): number;