UNPKG

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) 292 B
import { default as React } from 'react'; interface CodeBlockProps { code: string; language: 'json' | 'sql'; title?: string; maxHeight?: string; height?: string; className?: string; } export declare const CodeBlock: React.FC<CodeBlockProps>; export default CodeBlock;