@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.
- package/dist/index.d.ts +1 -3
- 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
|