UNPKG

@atlaskit/analytics-next

Version:

React components, HOCs and hooks to assist with tracking user activity with React components

3 lines (2 loc) 121 B
import { type MutableRefObject } from 'react'; export declare const useTrackedRef: <T>(value: T) => MutableRefObject<T>;