Advertisement
Guest User

Untitled

a guest
Jul 12th, 2019
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. const styles = ({ state, config }) => {
  2. const layout = {
  3. myComponent: ({ state }) => ({
  4. // use the spread operator on the state
  5. ...state,
  6.  
  7. ...
  8. }),
  9. ...
  10. }
  11.  
  12. ...
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement