UNPKG

@chatui/core

Version:

The React library for Chatbot UI

6 lines (5 loc) 131 B
import React from 'react'; export type LoadingProps = { tip?: string; }; export declare const Loading: React.FC<LoadingProps>;