UNPKG

@botonic/react

Version:

Build Chatbots using React

12 lines (11 loc) 232 B
export const MultichannelContext: React.Context<{ boldIndex: boolean; carousel: { indexMode: undefined; }; text: { indexMode: string; }; indexSeparator: string; }>; import React from "react";