This commit is contained in:
Norbert de Langen 2022-06-20 16:20:41 +02:00
parent e69a829a52
commit e666221c69
No known key found for this signature in database
GPG Key ID: FD0E78AF9A837762

View File

@ -11,7 +11,7 @@ import type {
type FrameworkName = '@storybook/ember-webpack5';
type BuilderName = '@storybook/builder-webpack5';
export type FrameworkOptions = AngularOptions & {
export type FrameworkOptions = {
builder?: BuilderOptions;
};