UNPKG

@chatui/core

Version:

The React library for Chatbot UI

7 lines (6 loc) 373 B
import React from 'react'; import { LazyComponentProps, LazyComponentPropsWithCode, LazyComponentOnLoadParams } from './interface'; export type { LazyComponentProps, LazyComponentOnLoadParams }; export declare const LazyComponentWithCode: React.FC<LazyComponentPropsWithCode>; export declare const LazyComponent: React.FC<LazyComponentProps>; export default LazyComponent;