RefObject

type RefObject<T> = {
current: T | null;
}
;

§Type Parameters

§Type

§
{
current: T | null;
}
[src]