if (_.isFunction(value)) {
      styles[property] = value(Component.props, Component.state, Component.context)
    } else if (_.isPlainObject(value)) {
      styles[property] = resolve({
        ...pluginInterface,