UNPKG

312 BTypeScriptView Raw
1import React from 'react';
2import { StoryContext, PartialStoryFn } from '@storybook/csf';
3import { VueFramework } from '@storybook/vue';
4export declare const prepareForInline: (storyFn: PartialStoryFn<VueFramework>, { args }: StoryContext<VueFramework>) => React.DetailedReactHTMLElement<null, HTMLElement>;