Skip to content

Commit

Permalink
Also add configure
Browse files Browse the repository at this point in the history
  • Loading branch information
joscha authored Apr 10, 2017
1 parent bc9d5e1 commit 0e9d7de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/storybook.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ interface Story {
}

export function addDecorator(decorator: StoryDecorator): void;
export function configure(fn: Function, module: any): void;
export function linkTo(name: string, ...params: any[]): void;
export function storiesOf(name: string, module: any): Story;
export function action(name: string, ...params: any[]): any;
Expand Down

0 comments on commit 0e9d7de

Please sign in to comment.