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) 247 B
import "@devgateway/wp-react-lib"; function D(t) { const e = new Date(Date.UTC(t, 0, 1, 0, 0, 0, 0)), a = new Date(Date.UTC(t, 11, 31, 23, 59, 59, 999)); return { startDate: e, endDate: a }; } export { D as getStartDateAndEndDateFromYear };