UNPKG

@jss-rule-engine/chat

Version:

8 lines (7 loc) 207 B
import { Block } from "react-chatbotify"; /** * Extends the Block from React ChatBotify to support markdown renderer attributes. */ export type SitecoreChatBlock = Block & { flowId?: string; };