Rezi
    Preparing search index...

    Type Alias RefState<T>

    Stored ref state for useRef.

    type RefState<T = unknown> = {
        current: T;
    }

    Type Parameters

    • T = unknown
    Index

    Properties

    Properties

    current: T