UNPKG

@storybook/addon-docs

Version:

Document component usage and properties in Markdown

4 lines (3 loc) 307 B
import { PartialStoryFn, StoryContext } from '@storybook/csf'; import { WebComponentsFramework } from '@storybook/web-components'; export declare function sourceDecorator(storyFn: PartialStoryFn<WebComponentsFramework>, context: StoryContext<WebComponentsFramework>): WebComponentsFramework['storyResult'];