@storybook/csf 0.0.2--canary.49.b089ae5.0 → 0.0.2--canary.49.258942b.0
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/story.d.ts +2 -2
- package/package.json +1 -1
package/dist/story.d.ts
CHANGED
@@ -70,9 +70,9 @@ export declare type StoryContextForEnhancers<TFramework extends AnyFramework = A
|
|
70
70
|
component?: (TFramework & {
|
71
71
|
T: any;
|
72
72
|
})['component'];
|
73
|
-
subcomponents?: (TFramework & {
|
73
|
+
subcomponents?: Record<string, (TFramework & {
|
74
74
|
T: any;
|
75
|
-
})['component']
|
75
|
+
})['component']>;
|
76
76
|
parameters: Parameters;
|
77
77
|
initialArgs: TArgs;
|
78
78
|
argTypes: StrictArgTypes<TArgs>;
|