const Foo: React.SFC<State & OwnProps> = (props) => { // ... } export default loadable(isLoading)(withUser(connect(mapStateToProps)( ...
確定! 回上一頁