UNPKG

@chatui/core

Version:

The React library for Chatbot UI

9 lines (8 loc) 201 B
import React from 'react'; export type EmptyProps = { className?: string; type?: 'error' | 'default'; image?: string; tip?: string; }; export declare const Empty: React.FC<EmptyProps>;