saydata
Version:
Saydata seamlessly integrates AI-driven analytics for your customers into your app. Designed for beautiful visualization. Engineered for simplicity.
13 lines (12 loc) • 431 B
TypeScript
type SayDataProps = {
apiKey: string;
userId: string;
dashboardId: string;
activeConnection: string;
marginLeft: string;
marginTop: string;
brandColor?: string;
backgroundColor?: string;
};
declare function SayData({ apiKey, userId, dashboardId, activeConnection, marginLeft, marginTop, brandColor, backgroundColor, }: SayDataProps): import("react/jsx-runtime").JSX.Element;
export default SayData;