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