Skip to content

Commit

Permalink
Update StorybookConfig import in core-webpack types.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
valentinpalkovic committed Jan 24, 2024
1 parent c1fc85f commit 82b63d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/lib/core-webpack/src/types.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import type { Options, StorybookConfigRaw as StorybookConfigBase } from '@storybook/types';
import type { Options, StorybookConfig as StorybookConfigBase } from '@storybook/types';

export type { Options, Preset, BuilderResult, TypescriptOptions } from '@storybook/types';

Expand Down

0 comments on commit 82b63d5

Please sign in to comment.