UNPKG

@botonic/react

Version:

Build Chatbots using React

13 lines (11 loc) 214 B
import React from 'react' export const MultichannelContext = React.createContext({ boldIndex: true, carousel: { indexMode: undefined, }, text: { indexMode: 'letter', }, indexSeparator: '.', })