UNPKG

@azure/communication-react

Version:

React library for building modern communication user experiences utilizing Azure Communication Services

16 lines 450 B
/// <reference types="react" /> /** * @private */ export declare const onRenderCancelIcon: (className: string) => JSX.Element; /** * @private */ export declare const onRenderSubmitIcon: (className: string) => JSX.Element; type MessageState = 'OK' | 'too short' | 'too long'; /** * @private */ export declare function getMessageState(messageText: string): MessageState; export {}; //# sourceMappingURL=ChatMessageComponentAsEditBoxUtils.d.ts.map