Interface Element

interface Element {
    children: Children[];
    props: null | object;
    tag: string | typeof Fragment | JsxComponent<any>;
}

Properties

Properties

children: Children[]
props: null | object
tag: string | typeof Fragment | JsxComponent<any>

Generated using TypeDoc