UNPKG

@botonic/react

Version:

Build Chatbots using React

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