UNPKG

communication-react-19

Version:

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

6 lines 308 B
import { ChatAdapterState } from '../adapter/ChatAdapter'; /** * @private */ export declare const useSelector: <SelectorT extends (state: ChatAdapterState, props: any) => any>(selector: SelectorT, selectorProps?: Parameters<SelectorT>[1]) => ReturnType<SelectorT>; //# sourceMappingURL=useSelector.d.ts.map