UNPKG

@botonic/react

Version:

Build Chatbots using React

9 lines (8 loc) 179 B
export const MultichannelContext: React.Context<{ boldIndex: boolean; text: { indexMode: string; }; indexSeparator: string; }>; import React from "react";