import React from "react"; import { withProps, flattenProp, compose } from "recompose"; const enhance = compose( withProps({ obj: { a: "a", b: "b" }, c: "c" }) ...
確定! 回上一頁