Skip to content

Commit

Permalink
Docs: Add *WithConfig functions to TOC.
Browse files Browse the repository at this point in the history
  • Loading branch information
acchou committed Sep 20, 2017
1 parent 6aa16b5 commit b7e8cab
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/API.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,11 @@ const PureComponent = pure(BaseComponent)
+ [`hoistStatics()`](#hoiststatics)
* [Observable utilities](#observable-utilities)
+ [`componentFromStream()`](#componentfromstream)
+ [`componentFromStreamWithConfig()`](#componentfromstreamwithconfig)
+ [`mapPropsStream()`](#mappropsstream)
+ [`mapPropsStreamWithConfig()`](#mappropsstreamwithconfig)
+ [`createEventHandler()`](#createeventhandler)
+ [`createEventHandlerWithConfig()`](#createeventhandlerwithconfig)
+ [`setObservableConfig()`](#setobservableconfig)

## Higher-order components
Expand Down

0 comments on commit b7e8cab

Please sign in to comment.