UNPKG

@muban/storybook

Version:
3 lines (2 loc) 211 B
import type { StoryContext } from '../types.js'; export declare function fetchStoryHtmlUsingPostJson(url: string, path: string, parameters: Record<string, unknown>, storyContext: StoryContext): Promise<string>;