UNPKG

drizzle-cube

Version:

Drizzle ORM-first semantic layer with Cube.js compatibility. Type-safe analytics and dashboards with SQL injection protection.

12 lines (11 loc) 438 B
import { MetricItemCardProps } from './types'; /** * MetricItemCard displays a selected metric with: * - Field icon based on measure type * - Field title or full name * - Sort toggle button (visible on hover, or always visible when sorted) * - Remove button (visible on hover) * - Drag handle for reordering */ declare const MetricItemCard: import('react').NamedExoticComponent<MetricItemCardProps>; export default MetricItemCard;