diff --git a/app/angular/src/client/index.ts b/app/angular/src/client/index.ts index b235d2b3b63..c47c49c1cab 100644 --- a/app/angular/src/client/index.ts +++ b/app/angular/src/client/index.ts @@ -9,6 +9,8 @@ export { raw, } from './preview'; +export { StoryFnAngularReturnType as IStory } from './preview/types'; + export { moduleMetadata } from './preview/angular/decorators'; // tsc wants to use NodeModule instead of WebpackModule