UNPKG

@andersundsehr/storybook-typo3

Version:

The one and only Storybook Renderer for TYPO3 Fluid Components

11 lines (10 loc) 424 B
import { fetchRenderAction } from '@andersundsehr/storybook-typo3'; import type { ArgTypesEnhancer, GlobalTypes } from 'storybook/internal/types'; export declare const globalTypes: GlobalTypes; export declare const initialGlobals: Record<string, string>; export declare const parameters: { server: { fetchStoryHtml: typeof fetchRenderAction; }; }; export declare const argTypesEnhancers: ArgTypesEnhancer[];