UNPKG

aura-glass

Version:

A comprehensive glassmorphism design system for React applications with 142+ production-ready components

10 lines 454 B
/** * Dashboard widget exports */ export { MetricWidget, } from './MetricWidget'; export { ChartWidget, } from './ChartWidget'; export { TableWidget, } from './TableWidget'; export type { MetricWidgetProps, MetricData, } from './MetricWidget'; export type { ChartWidgetProps, ChartData, ChartDataPoint, } from './ChartWidget'; export type { TableWidgetProps, TableData, TableColumn, TableRow, } from './TableWidget'; //# sourceMappingURL=index.d.ts.map