Add missing proptype and default value

nolan/hinaloe-test
Christian Savard 2018-04-30 10:41:31 -04:00
parent 4715fe8f48
commit 0fff524ed7
1 changed files with 2 additions and 0 deletions

View File

@ -40,6 +40,7 @@ const EmojiDefaultProps = {
const PickerPropTypes = {
onClick: PropTypes.func,
onSelect: PropTypes.func,
onSkinChange: PropTypes.func,
perLine: PropTypes.number,
emojiSize: PropTypes.number,
@ -74,6 +75,7 @@ const PickerPropTypes = {
const PickerDefaultProps = {
onClick: () => {},
onSelect: () => {},
onSkinChange: () => {},
emojiSize: 24,
perLine: 9,