UNPKG

@chatui/core

Version:

The React library for Chatbot UI

4 lines (3 loc) 195 B
import React from 'react'; import { LazyComponentPropsWithComponent } from './interface'; export declare const SuspenseWrap: (props: LazyComponentPropsWithComponent) => React.JSX.Element | null;