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 full)

Properties

Properties

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