UNPKG

@chatui/core

Version:

The React library for Chatbot UI

4 lines (3 loc) 168 B
import React from 'react'; import { LazyComponentPropsWithComponent } from './interface'; export declare const SuspenseWrap: React.FC<LazyComponentPropsWithComponent>;