UNPKG

matrix-react-sdk

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