@storybook/csf 0.1.12-next.1 → 0.1.13-next.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/index.d.ts +3 -1
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -445,7 +445,9 @@ interface ComponentAnnotations<TRenderer extends Renderer = Renderer, TArgs = Ar
445
445
  *
446
446
  * By defining them each component will have its tab in the args table.
447
447
  */
448
- subcomponents?: Record<string, TRenderer['component']>;
448
+ subcomponents?: Record<string, (TRenderer & {
449
+ T: any;
450
+ })['component']>;
449
451
  /**
450
452
  * Function that is executed after the story is rendered.
451
453
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/csf",
3
- "version": "0.1.12-next.1",
3
+ "version": "0.1.13-next.0",
4
4
  "description": "Component Story Format (CSF) utilities",
5
5
  "keywords": [
6
6
  "storybook",