UNPKG

@web/storybook-builder

Version:
6 lines 353 B
import type { Options } from '@storybook/types'; import type { Plugin } from 'rollup'; export declare const PREBUNDLED_MODULES_DIR: string; export declare function rollupPluginPrebundleModules(env: Record<string, string>, options: Options): Plugin; export declare const CANDIDATES: string[]; //# sourceMappingURL=rollup-plugin-prebundle-modules.d.ts.map