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

View File

@ -43,7 +43,3 @@ export type StorybookConfig = Omit<
> &
StorybookConfigWebpack &
StorybookConfigFramework;
export interface AngularOptions {
enableIvy: boolean;
}