UNPKG

@connectycube/use-calls

Version:

A React hook for state management in ConnectyCube-powered audio/video calls solutions

5 lines 273 B
import { RefObject } from 'react'; import { CallsStoreState } from './useCallsStore'; declare const useCallsStoreRef: <K extends keyof CallsStoreState>(key: K) => RefObject<CallsStoreState[K]>; export default useCallsStoreRef; //# sourceMappingURL=useCallsStoreRef.d.ts.map