UNPKG

@muban/storybook

Version:
4 lines (3 loc) 435 B
import type { StoryContext } from '@storybook/types'; import type { MubanRenderer, RenderContext, StoryFnMubanReturnType as StoryFunctionMubanReturnType } from '../types.js'; export declare function getInjectedServerTemplate(undecoratedStoryFunction: any, storyContext: StoryContext<MubanRenderer>, data: any, componentStory: StoryFunctionMubanReturnType, serverTemplate: string, options: RenderContext<MubanRenderer>): string | null;