@storybook/csf 0.1.4--canary.82.c8a52dd.0 → 0.1.4--canary.82.beb2113.0
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/index.d.ts +2 -2
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
@@ -77,8 +77,8 @@ interface ControlBase {
|
|
77
77
|
/**
|
78
78
|
* @see https://storybook.js.org/docs/api/arg-types#controltype
|
79
79
|
*/
|
80
|
-
type
|
81
|
-
disable
|
80
|
+
type?: ControlType;
|
81
|
+
disable?: boolean;
|
82
82
|
}
|
83
83
|
type Control = ControlType | false | (ControlBase & ({
|
84
84
|
type: 'color';
|