UNPKG

drizzle-cube

Version:

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

3 lines (2 loc) 175 B
import { ChartProps } from '../../types'; export default function MarkdownChart({ displayConfig, height, colorPalette }: ChartProps): import("react/jsx-runtime").JSX.Element;