Interface: MutableRef<T>
Defined in: src/app/bootstrap/appBootstrap.ts:42
Structural ref type used by this module.
Remarksโ
We intentionally avoid importing React.MutableRefObject because it is
deprecated in the project lint rules. useRef() values are structurally
compatible with this interface.
Type Parametersโ
Tโ
T
Propertiesโ
currentโ
current:
T
Defined in: src/app/bootstrap/appBootstrap.ts:43