drizzle-cube
Version:
Drizzle ORM-first semantic layer with Cube.js compatibility. Type-safe analytics and dashboards with SQL injection protection.
13 lines (12 loc) • 512 B
TypeScript
import { BreakdownItemCardProps } from './types';
/**
* BreakdownItemCard displays a selected breakdown with:
* - Field icon (dimension or time dimension)
* - Field title or full name
* - Granularity dropdown (for time dimensions)
* - Sort toggle button (visible on hover, or always visible when sorted)
* - Remove button (visible on hover)
* - Drag handle for reordering
*/
declare const BreakdownItemCard: import('react').NamedExoticComponent<BreakdownItemCardProps>;
export default BreakdownItemCard;