UNPKG

drizzle-cube

Version:

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

5 lines (4 loc) 173 B
import { default as React } from 'react'; import { ResultsPanelProps } from './types'; declare const ResultsPanel: React.FC<ResultsPanelProps>; export default ResultsPanel;