UNPKG

@azure/communication-react

Version:

React library for building modern communication user experiences utilizing Azure Communication Services

11 lines 704 B
import { CallAdapterState } from '../adapter/CallAdapter'; import { CallClientState } from "../../../../../calling-stateful-client/src"; /** * @private */ export declare const useAdaptedSelector: <SelectorT extends (state: CallClientState, props: any) => any>(selector: SelectorT, selectorProps?: Parameters<SelectorT>[1]) => ReturnType<SelectorT>; /** * @private */ export declare const useSelectorWithAdaptation: <SelectorT extends (state: ReturnType<AdaptFuncT>, props: any) => any, AdaptFuncT extends (state: CallAdapterState) => any>(selector: SelectorT, adaptState: AdaptFuncT, selectorProps?: Parameters<SelectorT>[1]) => ReturnType<SelectorT>; //# sourceMappingURL=useAdaptedSelector.d.ts.map