UNPKG

juq-llm-kit

Version:

Customizable UI components for React Native (Expo) chat applications

5 lines (4 loc) 194 B
import React from 'react'; import { LoadingTextAnimationProps } from '../../types'; declare const LoadingTextAnimation: React.FC<LoadingTextAnimationProps>; export default LoadingTextAnimation;