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.

3 lines (2 loc) 143 B
declare function getDeviceType(): "mobile" | "tablet" | "midTablet" | "laptop" | "desktop" | "wide" | "unknown"; export default getDeviceType;