UNPKG

xlibs-components

Version:

Modern React component library with Aceternity, MagicUI, and ShadCN components for building beautiful web applications

18 lines 643 B
export declare const description = "A radial chart with customizable data and text"; interface ChartRadialTextProps { data: Array<{ name: string; value: number; }>; title?: string; description?: string; className?: string; colors?: string[]; centerText?: string; centerSubtext?: string; height?: string; aspectRatio?: string; } export declare function ChartRadialText({ data, title, description, className, colors, centerText, centerSubtext, height, aspectRatio }: ChartRadialTextProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=chart-radial-text.d.ts.map