UNPKG
@jss-rule-engine/chat
Version:
latest (0.3.6)
0.3.6
0.3.5
0.3.4
0.3.3
0.3.2
@jss-rule-engine/chat
/
dist
/
src
/
client
/
plugins
/
SitecoreChatBlock.d.ts
8 lines
(7 loc)
•
207 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
{
Block
}
from
"react-chatbotify"
;
/** * Extends the Block from React ChatBotify to support markdown renderer attributes. */
export
type
SitecoreChatBlock
=
Block
& {
flowId
?:
string
; };