Skip to content

Commit 46c9aaf

Browse files
committed
resolved piotrwitek#62
1 parent db18d80 commit 46c9aaf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ Type representing any possible type of React node (basically ReactElement (inclu
121121
const elementOrPrimitive: React.ReactNode = 'string' || 0 || false || null || undefined || <div /> || <MyComponent />;
122122
const Component = ({ children: React.ReactNode }) => ...
123123
```
124-
[⇧ back to top](#table-of-contents
124+
[⇧ back to top](#table-of-contents)
125125
126126
#### `React.CSSProperties`
127127
Type representing style object in JSX (usefull for css-in-js styles)

Diff for: docs/markdown/1_react.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Type representing any possible type of React node (basically ReactElement (inclu
3636
const elementOrPrimitive: React.ReactNode = 'string' || 0 || false || null || undefined || <div /> || <MyComponent />;
3737
const Component = ({ children: React.ReactNode }) => ...
3838
```
39-
[⇧ back to top](#table-of-contents
39+
[⇧ back to top](#table-of-contents)
4040
4141
#### `React.CSSProperties`
4242
Type representing style object in JSX (usefull for css-in-js styles)

0 commit comments

Comments
 (0)