UNPKG

@azure/communication-react

Version:

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

8 lines 401 B
import { CommonProperties } from "../../../../../acs-ui-common/src"; import { ChatHandlers } from "../../../../../chat-component-bindings/src"; import { ReactElement } from 'react'; /** * @private */ export declare const useHandlers: <PropsT>(_component: (props: PropsT) => ReactElement | null) => Pick<ChatHandlers, CommonProperties<ChatHandlers, PropsT>>; //# sourceMappingURL=useHandlers.d.ts.map