Skip to content

Commit

Permalink
Typescript: Export IStory in @storybook/angular (#9097)
Browse files Browse the repository at this point in the history
Typescript: Export IStory in `@storybook/angular`
  • Loading branch information
shilman committed Jan 21, 2020
2 parents ddadab0 + 13c34c6 commit 7aef75f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/angular/src/client/index.ts
Expand Up @@ -9,6 +9,8 @@ export {
raw,
} from './preview';

export { StoryFnAngularReturnType as IStory } from './preview/types';

export { moduleMetadata } from './preview/angular/decorators';

if (module && module.hot && module.hot.decline) {
Expand Down

0 comments on commit 7aef75f

Please sign in to comment.