mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 21:41:21 +08:00
Merge pull request #19189 from spaceribs/fix/decorate-story-export
Alias decorateStory as applyDecorators for angular integration
This commit is contained in:
commit
7e91dfb1e6
@ -1,6 +1,6 @@
|
||||
import './globals';
|
||||
|
||||
export { render, renderToDOM } from './render';
|
||||
export { decorateStory } from './decorateStory';
|
||||
export { decorateStory as applyDecorators } from './decorateStory';
|
||||
|
||||
export const parameters = { framework: 'angular' as const };
|
||||
|
Loading…
x
Reference in New Issue
Block a user