sandeep-react-chatbotify
Version:
A modern React library for creating flexible and extensible chatbots.
11 lines • 568 B
TypeScript
import { Block } from "../../types/Block";
import { Params } from "../../types/Params";
/**
* Handles processing of is sensitive in current block.
*
* @param block current block being processed
* @param setTextAreaSensitiveMode sets the sensitive mode of the textarea for user input
* @param params contains parameters that can be used/passed into attributes
*/
export declare const processIsSensitive: (block: Block, setTextAreaSensitiveMode: (inputDisabled: boolean) => void, params: Params) => Promise<void>;
//# sourceMappingURL=IsSensitiveProcessor.d.ts.map