UNPKG

@ssa-ui-kit/widgets

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