@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.
Files changed (2) hide show
  1. package/dist/story.d.ts +2 -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>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/csf",
3
- "version": "0.0.2--canary.49.b089ae5.0",
3
+ "version": "0.0.2--canary.49.258942b.0",
4
4
  "description": "Component Story Format (CSF) utilities",
5
5
  "keywords": [
6
6
  "storybook",