UNPKG

drizzle-cube

Version:

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

14 lines (13 loc) 463 B
import { AnalysisResultsPanelProps } from './types'; /** * AnalysisResultsPanel displays query results with chart/table toggle. * * Features: * - Chart visualization with LazyChart * - Table view with DataTable * - Loading, error, and empty states * - Stale results indicator * - Display limit control for tables */ declare const AnalysisResultsPanel: import('react').NamedExoticComponent<AnalysisResultsPanelProps>; export default AnalysisResultsPanel;