UNPKG

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