UNPKG

@ssa-ui-kit/widgets

Version:
5 lines (4 loc) 325 B
import { BalancePieChartProps } from './types'; export declare const BalancePieChart: import("react").ForwardRefExoticComponent<Pick<BalancePieChartProps, "data" | "activeHighlight" | "legendColorPalette" | "chartColorPalette" | "pieChartProps" | "onFullscreenModeChange"> & { theme?: import("@emotion/react").Theme; }>;