Search
    Preparing search index...

    You shouldn't need to use this type since you never see these attributes inside your component or have to validate them.

    interface RefAttributes<T> {
        key?: null | Key;
        ref?: Ref<T>;
    }

    Type Parameters

    • T

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    key?: null | Key
    ref?: Ref<T>