UNPKG

@azure/communication-react

Version:

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

15 lines 428 B
/// <reference types="react" /> import { SendBoxStylesProps } from "../../../../react-components/src"; /** * @private */ export type SendBoxPickerProps = { styles?: SendBoxStylesProps; autoFocus?: 'sendBoxTextField'; onSendMessage: (content: string) => Promise<void>; }; /** * @private */ export declare const SendBoxPicker: (props: SendBoxPickerProps) => JSX.Element; //# sourceMappingURL=SendBoxPicker.d.ts.map