@chatui/core
Version:
The React library for Chatbot UI
7 lines (6 loc) • 413 B
TypeScript
import React from 'react';
import { LazyComponentProps, LazyComponentPropsWithCode, LazyComponentOnLoadParams } from './interface';
export type { LazyComponentProps, LazyComponentOnLoadParams };
export declare const LazyComponentWithCode: (props: LazyComponentPropsWithCode) => React.JSX.Element;
export declare const LazyComponent: (props: LazyComponentProps) => React.JSX.Element;
export default LazyComponent;