Skip to content

Commit

Permalink
fix: incorrect types for Meta with decorators/loaders
Browse files Browse the repository at this point in the history
  • Loading branch information
DylanPiercey authored Mar 2, 2024
1 parent 9086fbd commit 020e541
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/renderers/marko/src/public-types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export type { Args, ArgTypes, Parameters, StrictArgs } from "@storybook/types";
* @see [Default export](https://storybook.js.org/docs/formats/component-story-format/#default-export)
*/
export type Meta<Input extends Args = Args> = ComponentAnnotations<
MarkoRenderer<Input>,
MarkoRenderer,
Input
>;

Expand Down

0 comments on commit 020e541

Please sign in to comment.