From dd49bda93ea033dccec7e84b4c9361c553300388 Mon Sep 17 00:00:00 2001 From: Joscha Feth Date: Thu, 13 Apr 2017 10:51:46 +1000 Subject: [PATCH] Update storybook.d.ts Incorporate https://github.com/storybooks/react-storybook/pull/680 --- config/storybook.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/storybook.d.ts b/config/storybook.d.ts index f454f3e56b10..a7c34ab3c8b6 100644 --- a/config/storybook.d.ts +++ b/config/storybook.d.ts @@ -3,7 +3,7 @@ declare var module: any; // dangerous type RenderFunction = Function; interface StoryDecorator { - (story: RenderFunction, context: { kind: string, story: string }): Object; + (story: RenderFunction, context: { kind: string, story: string }): Object | null; } interface Story {