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
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,3 +25,4 @@
25
25
|`createReactComponent.testLibrary`| Specifies what testing library to import <br><br> Options: <br> - `react-testing-library` (_default_) <br> - `enzyme`|
26
26
|`createReactComponent.testingLibrary.cleanup`| Specifies whether or not to generate cleanup when using react-testing-library <br><br> Options: <br> - `true` <br> - `false` (_default_) |
27
27
|`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