@storybook/csf 0.0.2--canary.bdd5424.0 → 0.0.2--canary.65.ef100c4.0
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/index.d.ts +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
@@ -170,7 +170,7 @@ type BaseAnnotations<TRenderer extends Renderer = Renderer, TArgs = Args> = {
|
|
170
170
|
* Decorators defined in Meta will be applied to every story variation.
|
171
171
|
* @see [Decorators](https://storybook.js.org/docs/addons/introduction/#1-decorators)
|
172
172
|
*/
|
173
|
-
decorators?: DecoratorFunction<TRenderer, TArgs
|
173
|
+
decorators?: DecoratorFunction<TRenderer, Simplify<TArgs>>[];
|
174
174
|
/**
|
175
175
|
* Custom metadata for a story.
|
176
176
|
* @see [Parameters](https://storybook.js.org/docs/basics/writing-stories/#parameters)
|