UNPKG

@andersundsehr/storybook-typo3

Version:

The one and only Storybook Renderer for TYPO3 Fluid Components

4 lines (3 loc) 197 B
import type { InlineConfig } from 'vite'; import type { Options } from 'storybook/internal/types'; export declare function viteFinal(config: InlineConfig, options: Options): Promise<InlineConfig>;