UNPKG

bento-charts

Version:
4 lines (3 loc) 258 B
import type { PieChartProps } from '../../types/chartTypes'; declare const BentoPie: ({ height, width, onClick, sort, colorTheme, chartThreshold, maxLabelChars, ...params }: PieChartProps) => import("react/jsx-runtime").JSX.Element; export default BentoPie;