Skip to content

Commit

Permalink
Update NextImage type in framework options to make all keys partial
Browse files Browse the repository at this point in the history
  • Loading branch information
valentinpalkovic committed May 13, 2024
1 parent 180465b commit e21f7d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/frameworks/nextjs/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type BuilderName = '@storybook/builder-webpack5';

export type FrameworkOptions = ReactOptions & {
nextConfigPath?: string;
image?: NextImage.ImageProps;
image?: Partial<NextImage.ImageProps>;
builder?: BuilderOptions;
};

Expand Down

0 comments on commit e21f7d4

Please sign in to comment.