storybook/lib/manager-webpack5/prebuilt-manager.d.ts
Norbert de Langen cc53c3587b
fixes for prep
2022-06-23 10:17:34 +02:00

6 lines
209 B
TypeScript

import type { Options } from '@storybook/core-common';
export function getPrebuiltDir(options: Options): Promise<string | false>;
export type DEFAULT_ADDONS = string[];
export type IGNORED_ADDONS = string[];