UNPKG

saydata

Version:

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

14 lines (13 loc) 472 B
import "react-grid-layout/css/styles.css"; type DashboardProps = { apiKey: string; userId: string; dashboardId: string; activeConnection: string; marginLeft: string; marginTop: string; brandColor: string; backgroundColor: string; }; export default function Dashboard({ dashboardId, activeConnection, apiKey, userId, marginLeft, marginTop, brandColor, backgroundColor, }: DashboardProps): import("react/jsx-runtime").JSX.Element; export {};