UNPKG

@muban/storybook

Version:
4 lines (3 loc) 202 B
import { type RenderContext } from '@storybook/types'; import { type MubanRenderer } from '../../types.js'; export declare function validateServerConfig(options: RenderContext<MubanRenderer>): boolean;