@storybook/csf 0.1.4--canary.82.1657476.0 → 0.1.4--canary.82.f4adda6.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 +1 -3
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -132,9 +132,7 @@ interface InputType {
132
132
  * @see https://storybook.js.org/docs/api/arg-types#mapping
133
133
  */
134
134
  mapping?: {
135
- [key: string]: {
136
- [option: string]: any;
137
- };
135
+ [key: string]: any;
138
136
  };
139
137
  /**
140
138
  * @see https://storybook.js.org/docs/api/arg-types#name
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/csf",
3
- "version": "0.1.4--canary.82.1657476.0",
3
+ "version": "0.1.4--canary.82.f4adda6.0",
4
4
  "description": "Component Story Format (CSF) utilities",
5
5
  "keywords": [
6
6
  "storybook",