UNPKG

drizzle-cube

Version:

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

11 lines (10 loc) 271 B
import { default as React } from 'react'; interface CodeBlockProps { code: string; language: 'json' | 'sql'; title?: string; maxHeight?: string; className?: string; } export declare const CodeBlock: React.FC<CodeBlockProps>; export default CodeBlock;