UNPKG

xlibs-components

Version:

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

17 lines 644 B
export declare const description = "A multiple line chart with customizable data"; interface ChartLineMultipleProps { data: Array<{ [key: string]: string | number; }>; title?: string; description?: string; className?: string; dataKeys?: string[]; colors?: string[]; xAxisKey?: string; footerText?: string; footerSubtext?: string; } export declare function ChartLineMultiple({ data, title, description, className, dataKeys, colors, xAxisKey, footerText, footerSubtext }: ChartLineMultipleProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=chart-line-multiple.d.ts.map