Zoom Video SDK for React - v0.0.2
    Preparing search index...

    Represents a JSX element.

    Where ReactNode represents everything that can be rendered, ReactElement only represents JSX.

    const element: ReactElement = <div />;
    
    interface Element {
        key: string | null;
        props: any;
        type: any;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    key: string | null
    props: any
    type: any