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) 175 B
import { default as React } from 'react'; import { ChartProps } from '../../types'; declare const LineChart: React.NamedExoticComponent<ChartProps>; export default LineChart;