UNPKG

drizzle-cube

Version:

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

8 lines (7 loc) 255 B
import { default as React } from 'react'; import { QueryAnalysis } from '../types'; interface QueryAnalysisPanelProps { analysis: QueryAnalysis; } declare const QueryAnalysisPanel: React.FC<QueryAnalysisPanelProps>; export default QueryAnalysisPanel;