Skip to content

Commit

Permalink
Update storybook.d.ts
Browse files Browse the repository at this point in the history
Incorporate storybookjs#680
  • Loading branch information
joscha authored Apr 13, 2017
1 parent 609c21f commit dd49bda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/storybook.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit dd49bda

Please sign in to comment.