UNPKG

@botonic/react

Version:

Build Chatbots using React

8 lines (7 loc) 216 B
import type { WebchatArgs } from '../index-types'; export interface WebchatDevProps extends WebchatArgs { initialDevSettings?: { keepSessionOnReload?: boolean; showSessionView?: boolean; }; }