Add missing proptype and default value
parent
4715fe8f48
commit
0fff524ed7
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue