UNPKG

matrix-react-sdk

Version:
6 lines (5 loc) 212 B
import { RefObject } from "react"; export declare function useComposerFunctions(ref: RefObject<HTMLDivElement>, setContent: (content: string) => void): { clear(): void; insertText(text: string): void; };