File tree 2 files changed +2
-2
lines changed
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
121
121
const elementOrPrimitive: React .ReactNode = ' string' || 0 || false || null || undefined || <div /> || <MyComponent />;
122
122
const Component = ({ children : React .ReactNode }) => ...
123
123
` ` `
124
- [⇧ back to top](#table-of-contents
124
+ [⇧ back to top](#table-of-contents)
125
125
126
126
#### ` React .CSSProperties `
127
127
Type 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
36
36
const elementOrPrimitive: React .ReactNode = ' string' || 0 || false || null || undefined || <div /> || <MyComponent />;
37
37
const Component = ({ children : React .ReactNode }) => ...
38
38
` ` `
39
- [⇧ back to top](#table-of-contents
39
+ [⇧ back to top](#table-of-contents)
40
40
41
41
#### ` React .CSSProperties `
42
42
Type representing style object in JSX (usefull for css-in-js styles)
You can’t perform that action at this time.
0 commit comments