release
parent
4bba6821b5
commit
07ea17488e
|
@ -80,16 +80,3 @@ class Example extends React.Component {
|
|||
}
|
||||
|
||||
ReactDOM.render(<Example />, document.querySelector('div'))
|
||||
|
||||
// <Picker
|
||||
// emojiSize={this.state.emojiSize}
|
||||
// perLine={this.state.perLine}
|
||||
// skin={this.state.skin}
|
||||
// native={this.state.native}
|
||||
// set={this.state.set}
|
||||
// custom={CUSTOM_EMOJIS}
|
||||
// autoFocus={this.state.autoFocus}
|
||||
// include={this.state.include}
|
||||
// exclude={this.state.exclude}
|
||||
// onClick={console.log}
|
||||
// />
|
||||
|
|
Loading…
Reference in New Issue