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) • 371 B
TypeScript
import { BreakdownSectionProps } from './types';
/**
* BreakdownSection displays a collapsible section with:
* - Header with title and add button
* - List of selected breakdowns (using BreakdownItemCard)
* - Drag/drop reordering support
*/
declare const BreakdownSection: import('react').NamedExoticComponent<BreakdownSectionProps>;
export default BreakdownSection;