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) • 358 B
TypeScript
import { default as React } from 'react';
import { ChartProps } from '../../types';
/**
* SunburstChart Component
*
* Renders a sunburst diagram visualization from FlowChartData.
* Shows hierarchical flow paths radiating from a central starting step.
*/
declare const SunburstChart: React.NamedExoticComponent<ChartProps>;
export default SunburstChart;