// nivo import { PieSvgProps, ResponsivePie } from "@nivo/pie"; // types import { CHARTS_THEME, DEFAULT_MARGIN } from "@/constants/graph"; import { TGraph } from "./types"; // constants export const PieGraph: React.FC, "height" | "width">> = ({ height = "400px", width = "100%", margin, theme, ...rest }) => (
);