Interface: MutableRef<T>
Defined in: src/app/types.ts:12
Structural ref type used by app orchestration helpers.
Remarksโ
Avoids importing deprecated React ref object aliases while remaining
compatible with values returned by useRef().
Type Parametersโ
Tโ
T
Propertiesโ
currentโ
current: T;
Defined in: src/app/types.ts:13