UNPKG

matrix-react-sdk

Version:
4 lines (3 loc) 252 B
import { MutableRefObject } from "react"; import { ComposerFunctions } from "../types"; export declare function useWysiwygSendActionHandler(disabled: boolean, composerElement: MutableRefObject<HTMLElement>, composerFunctions: ComposerFunctions): void;