UNPKG

communication-react-19

Version:

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

11 lines 445 B
import { ReactElement } from 'react'; /** * 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) => import("index").Common<import("index").CommonCallingHandlers, PropsT> | undefined; //# sourceMappingURL=useHandlers.d.ts.map