last_line.js 269 B

1234567891011
  1. <SomeHighlyConfiguredComponent
  2. onEnter={this.onEnter}
  3. onLeave={this.onLeave}
  4. onChange={this.onChange}
  5. initialValue={this.state.initialValue}
  6. ignoreStuff={true}
  7. >
  8. <div>and the children go here</div>
  9. <div>and here too</div>
  10. </SomeHighlyConfiguredComponent>