UNPKG

310 BTypeScriptView Raw
1import { DecoratorFunction, LegacyStoryFn } from '@storybook/csf';
2import { AngularFramework } from './types-6-0';
3export default function decorateStory(mainStoryFn: LegacyStoryFn<AngularFramework>, decorators: DecoratorFunction<AngularFramework>[]): LegacyStoryFn<AngularFramework>;
4export { decorateStory };