@muban/storybook
Version:
Storybook for Muban: View and Test Muban components.
4 lines (3 loc) • 435 B
TypeScript
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;