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) 165 B
import { default as React } from 'react'; import { QueryPanelProps } from './types'; declare const QueryPanel: React.FC<QueryPanelProps>; export default QueryPanel;