Something like this. ```jsx <Shortcuts name="app" handler={this.handler} style={{ color: "green" }}> <div>body</div> </Shortcuts> ``` It would be more convenient to use `style` in some cases.