interface Element {
    key: null | Key;
    props: any;
    type: any;
}

Hierarchy (view full)

Properties

Properties

key: null | Key
props: any
type: any