communication-react-19
Version:
React library for building modern communication user experiences utilizing Azure Communication Services (React 19 compatible fork)
10 lines • 570 B
TypeScript
/// <reference types="react" />
import { ChatHandlers, GetChatSelector } from "../../../../../chat-component-bindings/src";
import { Common } from "../../../../../acs-ui-common/src";
type Selector = (state: any, props: any) => any;
/**
* @private
*/
export declare const usePropsFor: <Component extends (props: any) => JSX.Element>(component: Component) => GetChatSelector<Component> extends Selector ? ReturnType<GetChatSelector<Component>> & Common<ChatHandlers, Parameters<Component>[0]> : Record<string, never>;
export {};
//# sourceMappingURL=usePropsFor.d.ts.map