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) 184 B
type TileViewProps = { title?: string; value: string; }; export default function TileView({ title, value }: TileViewProps): import("react/jsx-runtime").JSX.Element; export {};