From 0dfb13e10f2c6e59a64eb4b73be2e87d2b435f6e Mon Sep 17 00:00:00 2001 From: Cameron Little Date: Tue, 15 Aug 2017 18:11:31 -0700 Subject: [PATCH] remove any --- types/storybook__react/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/storybook__react/index.d.ts b/types/storybook__react/index.d.ts index b6f47e499f..d21c649d23 100644 --- a/types/storybook__react/index.d.ts +++ b/types/storybook__react/index.d.ts @@ -20,7 +20,7 @@ export interface Story { } export function addDecorator(decorator: StoryDecorator): void; -export function configure(fn: () => void, module: any): void; +export function configure(fn: () => void, module: NodeModule): void; export function setAddon(addon: object): void; export function storiesOf(name: string, module: NodeModule): Story; export function storiesOf(name: string, module: NodeModule): Story & T;