UNPKG

@serendie/ui

Version:

Adaptive UI component library as part of Serendie Design System by Mitsubishi Electric

13 lines (12 loc) 285 B
export type DataRow = { id: number; area: string; time: string; status: string; connections: number; households: number; coverage: string; errorRate: string; process: string; }; export declare function createDataTableRows(seed?: number): DataRow[];