reverted PascalCase to camelCase, thanks again for the contribution @charlyx !

This commit is contained in:
2019-02-26 13:27:13 +01:00
parent ee24754fc8
commit 969da3c809
5 changed files with 12 additions and 12 deletions

View File

@@ -98,7 +98,7 @@ One of the props (onAccept) is a function, this function will be called after th
| buttonStyle | object | [look at source][buttonStyle] | React styling object for the button. |
| contentStyle | object | [look at source][contentStyle] | React styling object for the content. |
| disableButtonStyles | boolean | false | If enabled the button will have no default style. (you can still supply style through props) |
| ButtonComponent | React component | button | React Component to render as a button.
| buttonComponent | React component | button | React Component to render as a button.
## Debugging it