UNPKG

react-native-ajora

Version:

The most complete AI agent UI for React Native

10 lines (9 loc) 250 B
import React from "react"; interface LoadingAnimationProps { containerStyle?: any; dotColor?: string; dotSize?: number; gap?: number; } declare const LoadingAnimation: React.FC<LoadingAnimationProps>; export default LoadingAnimation;