UNPKG

sandeep-react-chatbotify

Version:

A modern React library for creating flexible and extensible chatbots.

11 lines 552 B
import { Block } from "../../types/Block"; import { Params } from "../../types/Params"; /** * Handles processing of chat disabled in current block. * * @param block current block being processed * @param setTextAreaDisabled sets the state of the textarea for user input * @param params contains parameters that can be used/passed into attributes */ export declare const processChatDisabled: (block: Block, setTextAreaDisabled: (inputDisabled: boolean) => void, params: Params) => Promise<void>; //# sourceMappingURL=ChatDisabledProcessor.d.ts.map