@web/dev-server-storybook
Version:
Dev server plugin for using storybook with es modules.
11 lines • 359 B
TypeScript
import { RollupOptions } from 'rollup';
interface CreateRollupConfigParams {
type: string;
outputDir: string;
indexFilename: string;
indexHtmlString: string;
storyFilePaths?: string[];
}
export declare function createRollupConfig(params: CreateRollupConfigParams): RollupOptions;
export {};
//# sourceMappingURL=createRollupConfig.d.ts.map