UNPKG

@andersundsehr/storybook-typo3

Version:

The one and only Storybook Renderer for TYPO3 Fluid Components

3 lines (2 loc) 154 B
import { type FluidComponent } from '@andersundsehr/storybook-typo3'; export declare function fetchComponent(component: string): Promise<FluidComponent>;