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

Hierarchy

  • GlobalJSXElement
    • Element

Properties

Properties

key: string
props: any
type: any