UNPKG

@botonic/react

Version:

Build Chatbots using React

9 lines 230 B
import React from 'react'; export const MultichannelContext = React.createContext({ boldIndex: true, text: { indexMode: 'letter', }, indexSeparator: '.', }); //# sourceMappingURL=multichannel-context.js.map