UNPKG

@memori.ai/memori-react

Version:

[![npm version](https://img.shields.io/github/package-json/v/memori-ai/memori-react)](https://www.npmjs.com/package/@memori.ai/memori-react) ![Tests](https://github.com/memori-ai/memori-react/workflows/CI/badge.svg?branch=main) ![TypeScript Support](https

7 lines (6 loc) 181 B
/// <reference types="react" /> declare const AI: ({ className, title }: { className?: string | undefined; title?: string | undefined; }) => JSX.Element; export default AI;