UNPKG

react-native-ajora

Version:

The most complete AI agent UI for React Native

6 lines (5 loc) 231 B
import React from "react"; import { TypingIndicatorProps } from "./types"; export * from "./types"; declare const TypingIndicator: ({ isThinking }: TypingIndicatorProps) => React.JSX.Element | null; export default TypingIndicator;