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

Hierarchy

Properties

Properties

key: null | string
props: any
type: any

Generated using TypeDoc