mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-06 07:21:16 +08:00
6 lines
209 B
TypeScript
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[]; |