We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81a58c9 commit 40a5c7aCopy full SHA for 40a5c7a
src/story.ts
@@ -390,7 +390,11 @@ export type ProjectAnnotations<
390
> = BaseAnnotations<TRenderer, TArgs> & {
391
argsEnhancers?: ArgsEnhancer<TRenderer, Args>[];
392
argTypesEnhancers?: ArgTypesEnhancer<TRenderer, Args>[];
393
+ /**
394
+ * @deprecated Project `globals` renamed to `initiaGlobals`
395
+ */
396
globals?: Globals;
397
+ initialGlobals?: Globals;
398
globalTypes?: GlobalTypes;
399
applyDecorators?: DecoratorApplicator<TRenderer, Args>;
400
runStep?: StepRunner<TRenderer, TArgs>;
0 commit comments