correct type

This commit is contained in:
Norbert de Langen 2022-05-27 14:43:39 +02:00
parent 9974a2b849
commit eafce5c47e
No known key found for this signature in database
GPG Key ID: FD0E78AF9A837762

View File

@ -36,7 +36,7 @@ export interface StorybookReactConfig {
framework:
| string
| {
name: '@storybook/react';
name: '@storybook/react-webpack5';
options: ReactOptions;
};
}