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) • 415 B
TypeScript
import { AnalysisQueryPanelProps } from './types';
/**
* AnalysisQueryPanel displays the right-side query builder with:
* - Query/Chart tab switcher
* - Metrics section (measures)
* - Filter section
* - Breakdown section (dimensions)
* - Chart configuration (in Chart tab)
*/
declare const AnalysisQueryPanel: import('react').NamedExoticComponent<AnalysisQueryPanelProps>;
export default AnalysisQueryPanel;