A structural ref accepted without making React a runtime dependency. Signature# Copyexport type RefLike<T> = { readonly current: T | null; }; SOURCE:8↗