communication-react-19
Version:
React library for building modern communication user experiences utilizing Azure Communication Services (React 19 compatible fork)
8 lines • 401 B
TypeScript
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