Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/next' into valentin/provide-rela…
Browse files Browse the repository at this point in the history
…xed-types-for-framework-builder-fields
  • Loading branch information
valentinpalkovic committed May 14, 2024
2 parents 7b503b3 + 46646d2 commit fdd0256
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion code/frameworks/nextjs/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,14 @@ import type {
TypescriptOptions as TypescriptOptionsBuilder,
} from '@storybook/builder-webpack5';
import type { CompatibleString } from '@storybook/types';
import type * as NextImage from 'next/image';

type FrameworkName = CompatibleString<'@storybook/nextjs'>;
type BuilderName = CompatibleString<'@storybook/builder-webpack5'>;

export type FrameworkOptions = ReactOptions & {
nextConfigPath?: string;

image?: Partial<NextImage.ImageProps>;
builder?: BuilderOptions;
};

Expand Down

0 comments on commit fdd0256

Please sign in to comment.