UNPKG

@botonic/react

Version:

Build Chatbots using React

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