interface MutableRefObject<T> {
    current: T;
}

Type Parameters

  • T

Properties

Properties

current: T