UNPKG

saydata

Version:

Saydata seamlessly integrates AI-driven analytics for your customers into your app. Designed for beautiful visualization. Engineered for simplicity.

7 lines (6 loc) 183 B
type LineProps = { chartOptions: any; rows: any; }; export default function CustomLine({ chartOptions, rows }: LineProps): import("react/jsx-runtime").JSX.Element; export {};