@ssa-ui-kit/widgets
Version:
SSA UI Kit widgets
5 lines (4 loc) • 386 B
TypeScript
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;
}>;