Skip to content

Commit 2b5d86c

Browse files
committed
Update README
1 parent 95a8206 commit 2b5d86c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,4 @@
2525
| `createReactComponent.testLibrary` | Specifies what testing library to import <br><br> Options: <br> - `react-testing-library` (_default_) <br> - `enzyme` |
2626
| `createReactComponent.testingLibrary.cleanup` | Specifies whether or not to generate cleanup when using react-testing-library <br><br> Options: <br> - `true` <br> - `false` (_default_) |
2727
| `createReactComponent.module` | Specifies whether or not to create a module <br><br> Options: <br> - `true` (_default_) <br> - `false` |
28+
| `createReactComponent.functionType` | Specifies whether to use a normal function or function expression for the component <br><br> Options <br> - `function` (default) <br> - `expression` |

0 commit comments

Comments
 (0)