UNPKG

@andersundsehr/storybook-typo3

Version:

The one and only Storybook Renderer for TYPO3 Fluid Components

4 lines (3 loc) 215 B
import type { FluidComponent } from '../types/types'; import type { StrictArgs } from 'storybook/internal/csf'; export declare function convertComponentToSource(component: FluidComponent, args: StrictArgs): string;