UNPKG

nexus-react-core

Version:

A comprehensive React toolkit with services, hooks, and Redux store management

7 lines 215 B
type InfraDataItem = { timestamp: string; value: number; }; export declare const groupDataByWeekdays: (data: InfraDataItem[]) => any[]; export type { InfraDataItem }; //# sourceMappingURL=infraUtils.d.ts.map