UNPKG

@muban/storybook

Version:
6 lines (5 loc) 190 B
import type { Globals } from '@storybook/types'; export declare function parseServerConfig(globals: Globals): { renderMode: 'server' | 'client' | undefined; serverConfig: string; };