UNPKG

294 BTypeScriptView Raw
1import type { PartialStoryFn, StoryContext } from '@storybook/csf';
2import type { WebComponentsFramework } from '..';
3export declare function sourceDecorator(storyFn: PartialStoryFn<WebComponentsFramework>, context: StoryContext<WebComponentsFramework>): WebComponentsFramework['storyResult'];