You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Accepts any react elements (component instances) and also primitive types
110
+
#### `React.ReactElement<P>` or `JSX.Element`
111
+
Type representing a concept of React Element - representation of a native DOM component (<div />), or a user-defined composite component (<MyComponent />)
Accepts any react elements (component instances) and also primitive types
26
+
#### `React.ReactElement<P>` or `JSX.Element`
27
+
Type representing a concept of React Element - representation of a native DOM component (<div />), or a user-defined composite component (<MyComponent />)
0 commit comments