UNPKG

@andersundsehr/storybook-typo3

Version:

The one and only Storybook Renderer for TYPO3 Fluid Components

3 lines (2 loc) 199 B
import { type StoryContext } from '@andersundsehr/storybook-typo3'; export declare function fetchRenderAction(urlA: string, id: string, params: unknown, storyContext: StoryContext): Promise<string>;