From b7e8cabe1b89178d9ec2d7c25e5d5d5422902d7c Mon Sep 17 00:00:00 2001 From: Andy Chou Date: Wed, 20 Sep 2017 08:40:28 -0700 Subject: [PATCH] Docs: Add *WithConfig functions to TOC. --- docs/API.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/API.md b/docs/API.md index ce3237b3..ac560265 100644 --- a/docs/API.md +++ b/docs/API.md @@ -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