drizzle-cube
Version:
Drizzle ORM-first semantic layer with Cube.js compatibility. Type-safe analytics and dashboards with SQL injection protection.
10 lines (9 loc) • 355 B
TypeScript
import { MetricsSectionProps } from './types';
/**
* MetricsSection displays a collapsible section with:
* - Header with title and add button
* - List of selected metrics (using MetricItemCard)
* - Drag/drop reordering support
*/
declare const MetricsSection: import('react').NamedExoticComponent<MetricsSectionProps>;
export default MetricsSection;