UNPKG

chatui2

Version:

The React library for Chatbot UI

7 lines (6 loc) 185 B
import React from 'react'; export interface LoadingProps { tip?: string; children?: React.ReactNode; } export declare const Loading: (props: LoadingProps) => React.JSX.Element;