UNPKG

botframework-webchat-component

Version:
3 lines 198 B
import type { MutableRefObject } from 'react'; export default function useItemRef<T extends HTMLElement>(itemIndex: number): MutableRefObject<T | undefined>; //# sourceMappingURL=useItemRef.d.ts.map