UNPKG

react-widgets

Version:
11 lines (9 loc) 180 B
"use strict"; module.exports = function stateSetter(key){ return function(val){ var state = {} state[key] = val this.setState(state) return this } }