UNPKG

botframework-webchat-component

Version:
3 lines 140 B
import { RefObject } from 'react'; export default function useValueRef<T>(value: T): RefObject<T>; //# sourceMappingURL=useValueRef.d.ts.map