mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-08 05:21:48 +08:00
apply review comments (thanks)
This commit is contained in:
parent
63460cf5a1
commit
88486fbb42
@ -1,12 +1 @@
|
|||||||
import type {
|
export type { BuilderResult, TypescriptOptions, StorybookConfig } from '@storybook/core-webpack';
|
||||||
WebpackConfiguration,
|
|
||||||
StorybookConfig as StorybookConfigBase,
|
|
||||||
TypescriptOptions as BaseTypescriptOptions,
|
|
||||||
} from '@storybook/core-webpack';
|
|
||||||
|
|
||||||
export type { BuilderResult } from '@storybook/core-webpack';
|
|
||||||
|
|
||||||
export type TypescriptOptions = BaseTypescriptOptions;
|
|
||||||
|
|
||||||
export type StorybookConfig<TWebpackConfiguration = WebpackConfiguration> =
|
|
||||||
StorybookConfigBase<TWebpackConfiguration>;
|
|
||||||
|
@ -1,12 +1 @@
|
|||||||
import type {
|
export type { BuilderResult, TypescriptOptions, StorybookConfig } from '@storybook/core-webpack';
|
||||||
WebpackConfiguration,
|
|
||||||
StorybookConfig as StorybookConfigBase,
|
|
||||||
TypescriptOptions as BaseTypescriptOptions,
|
|
||||||
} from '@storybook/core-webpack';
|
|
||||||
|
|
||||||
export type { BuilderResult } from '@storybook/core-webpack';
|
|
||||||
|
|
||||||
export type TypescriptOptions = BaseTypescriptOptions;
|
|
||||||
|
|
||||||
export type StorybookConfig<TWebpackConfiguration = WebpackConfiguration> =
|
|
||||||
StorybookConfigBase<TWebpackConfiguration>;
|
|
||||||
|
@ -1,12 +1 @@
|
|||||||
import type {
|
export type { BuilderResult, TypescriptOptions, StorybookConfig } from '@storybook/core-webpack';
|
||||||
WebpackConfiguration,
|
|
||||||
StorybookConfig as StorybookConfigBase,
|
|
||||||
TypescriptOptions as BaseTypescriptOptions,
|
|
||||||
} from '@storybook/core-webpack';
|
|
||||||
|
|
||||||
export type { BuilderResult } from '@storybook/core-webpack';
|
|
||||||
|
|
||||||
export type TypescriptOptions = BaseTypescriptOptions;
|
|
||||||
|
|
||||||
export type StorybookConfig<TWebpackConfiguration = WebpackConfiguration> =
|
|
||||||
StorybookConfigBase<TWebpackConfiguration>;
|
|
||||||
|
@ -1,15 +1,4 @@
|
|||||||
import type {
|
export type { BuilderResult, TypescriptOptions, StorybookConfig } from '@storybook/core-webpack';
|
||||||
WebpackConfiguration,
|
|
||||||
StorybookConfig as StorybookConfigBase,
|
|
||||||
TypescriptOptions as BaseTypescriptOptions,
|
|
||||||
} from '@storybook/core-webpack';
|
|
||||||
|
|
||||||
export type { BuilderResult } from '@storybook/core-webpack';
|
|
||||||
|
|
||||||
export type TypescriptOptions = BaseTypescriptOptions;
|
|
||||||
|
|
||||||
export type StorybookConfig<TWebpackConfiguration = WebpackConfiguration> =
|
|
||||||
StorybookConfigBase<TWebpackConfiguration>;
|
|
||||||
|
|
||||||
export type SvelteOptions = {
|
export type SvelteOptions = {
|
||||||
preprocess?: any;
|
preprocess?: any;
|
||||||
|
@ -1,12 +1 @@
|
|||||||
import type {
|
export type { BuilderResult, TypescriptOptions, StorybookConfig } from '@storybook/core-webpack';
|
||||||
WebpackConfiguration,
|
|
||||||
StorybookConfig as StorybookConfigBase,
|
|
||||||
TypescriptOptions as BaseTypescriptOptions,
|
|
||||||
} from '@storybook/core-webpack';
|
|
||||||
|
|
||||||
export type { BuilderResult } from '@storybook/core-webpack';
|
|
||||||
|
|
||||||
export type TypescriptOptions = BaseTypescriptOptions;
|
|
||||||
|
|
||||||
export type StorybookConfig<TWebpackConfiguration = WebpackConfiguration> =
|
|
||||||
StorybookConfigBase<TWebpackConfiguration>;
|
|
||||||
|
@ -1,12 +1 @@
|
|||||||
import type {
|
export type { BuilderResult, TypescriptOptions, StorybookConfig } from '@storybook/core-webpack';
|
||||||
WebpackConfiguration,
|
|
||||||
StorybookConfig as StorybookConfigBase,
|
|
||||||
TypescriptOptions as BaseTypescriptOptions,
|
|
||||||
} from '@storybook/core-webpack';
|
|
||||||
|
|
||||||
export type { BuilderResult } from '@storybook/core-webpack';
|
|
||||||
|
|
||||||
export type TypescriptOptions = BaseTypescriptOptions;
|
|
||||||
|
|
||||||
export type StorybookConfig<TWebpackConfiguration = WebpackConfiguration> =
|
|
||||||
StorybookConfigBase<TWebpackConfiguration>;
|
|
||||||
|
@ -1,12 +1 @@
|
|||||||
import type {
|
export type { BuilderResult, TypescriptOptions, StorybookConfig } from '@storybook/core-webpack';
|
||||||
WebpackConfiguration,
|
|
||||||
StorybookConfig as StorybookConfigBase,
|
|
||||||
TypescriptOptions as BaseTypescriptOptions,
|
|
||||||
} from '@storybook/core-webpack';
|
|
||||||
|
|
||||||
export type { BuilderResult } from '@storybook/core-webpack';
|
|
||||||
|
|
||||||
export type TypescriptOptions = BaseTypescriptOptions;
|
|
||||||
|
|
||||||
export type StorybookConfig<TWebpackConfiguration = WebpackConfiguration> =
|
|
||||||
StorybookConfigBase<TWebpackConfiguration>;
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user