UNPKG

@storybook/addon-docs

Version:

Document component usage and properties in Markdown

5 lines (4 loc) 308 B
import React from 'react'; import { StoryContext, PartialStoryFn } from '@storybook/csf'; import { VueFramework } from '@storybook/vue'; export declare const prepareForInline: (storyFn: PartialStoryFn<VueFramework>, { args }: StoryContext<VueFramework>) => React.DetailedReactHTMLElement<null, HTMLElement>;