UNPKG

communication-react-19

Version:

React library for building modern communication user experiences utilizing Azure Communication Services (React 19 compatible fork)

13 lines 516 B
import { ReactElement } from 'react'; import { Common } from "../../../acs-ui-common/src"; import { ChatHandlers } from '../handlers/createHandlers'; /** * Hook to obtain a handler for a specified component. * * Useful when implementing a custom component that utilizes the providers * exported from this library. * * @public */ export declare const useHandlers: <PropsT>(component: (props: PropsT) => ReactElement | null) => Common<ChatHandlers, PropsT> | undefined; //# sourceMappingURL=useHandlers.d.ts.map