File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ Type representing any possible type of React node (basically ReactElement (inclu
121121const elementOrPrimitive: React .ReactNode = ' string' || 0 || false || null || undefined || <div /> || <MyComponent />;
122122const Component = ({ children : React .ReactNode }) => ...
123123` ` `
124- [⇧ back to top](#table-of-contents
124+ [⇧ back to top](#table-of-contents)
125125
126126#### ` React .CSSProperties `
127127Type representing style object in JSX (usefull for css-in-js styles)
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ Type representing any possible type of React node (basically ReactElement (inclu
3636const elementOrPrimitive: React .ReactNode = ' string' || 0 || false || null || undefined || <div /> || <MyComponent />;
3737const Component = ({ children : React .ReactNode }) => ...
3838` ` `
39- [⇧ back to top](#table-of-contents
39+ [⇧ back to top](#table-of-contents)
4040
4141#### ` React .CSSProperties `
4242Type representing style object in JSX (usefull for css-in-js styles)
You can’t perform that action at this time.
0 commit comments