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 { CallAdapterState } from '../adapter/CallAdapter'; /** * @private */ export declare const useSelector: <SelectorT extends (state: CallAdapterState, props: any) => any>(selector: SelectorT, selectorProps?: Parameters<SelectorT>[1]) => ReturnType<SelectorT>; //# sourceMappingURL=useSelector.d.ts.map