@andersundsehr/storybook-typo3
Version:
The one and only Storybook Renderer for TYPO3 Fluid Components
9 lines (8 loc) • 366 B
TypeScript
import type { GlobalTypes } from 'storybook/internal/types';
interface PreviewConfig {
globalTypes: GlobalTypes;
initialGlobals: Record<string, string>;
}
export declare function fetchPreviewConfig(currentGlobals?: Record<string, string>): Promise<PreviewConfig>;
export declare function initGlobalsHandling(initalGlobalTypes: GlobalTypes): void;
export {};