We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11b146c commit c422311Copy full SHA for c422311
packages/communication-react/review/stable/communication-react.api.md
@@ -4743,9 +4743,15 @@ export const useCallAgent: () => CallAgent | undefined;
4743
// @public
4744
export const useCallClient: () => StatefulCallClient;
4745
4746
+// @public
4747
+export const useCallingPropsFor: <Component extends (props: any) => JSX.Element>(component: Component) => ComponentProps<Component>;
4748
+
4749
4750
export const useChatClient: () => StatefulChatClient;
4751
4752
4753
+export const useChatPropsFor: <Component extends (props: any) => JSX.Element>(component: Component) => ComponentProps<Component>;
4754
4755
4756
export const useChatThreadClient: () => ChatThreadClient;
4757
0 commit comments