πŸ“š Reference


πŸ“œ Chapter


children

React.ReactChild

React.ReactNode

React.createElement

React.ReactElement


interface ReactElement<P = any, T extends string | JSXElementConstructor<any> = string | JSXElementConstructor<any>> {
    type: T;
    props: P;
    key: Key | null;
}