Przekazywanie wielu rekwizytów do komponentu dziecięcego w React

<ChildComponentName value1={this.state.value1} value2={this.state.value2}/>
Cooperative Caribou