communication-react-19
Version:
React library for building modern communication user experiences utilizing Azure Communication Services (React 19 compatible fork)
10 lines • 394 B
TypeScript
/// <reference types="react" />
import { RichTextSendBoxProps } from "../../../../react-components/src";
/**
* @private
*
* Wrapper for RichTextSendBox component to allow us to use usePropsFor with richTextSendBox
* before lazyLoading is done
*/
export declare const RichTextSendBoxWrapper: (props: RichTextSendBoxProps) => JSX.Element;
//# sourceMappingURL=RichTextSendBoxWrapper.d.ts.map