UNPKG

jamis

Version:

一种支持通过JSON配置方式生成页面的组件库

5 lines (4 loc) 246 B
import type { RendererFC } from 'jamis-core'; import type { ChatbotRendererProps } from './types'; export declare const ChatbotRenderer: RendererFC<ChatbotRendererProps>; export declare const FAIChatbotRenderer: RendererFC<ChatbotRendererProps>;