react-ref-boundary
    Preparing search index...

    Type Alias RefContextType

    type RefContextType = {
        addRef: (ref: Ref<unknown>) => void;
        refs: Ref<unknown>[];
    }
    Index

    Properties

    Properties

    addRef: (ref: Ref<unknown>) => void
    refs: Ref<unknown>[]