Skip to content

Commit

Permalink
remove parameter type extension, that's not needed
Browse files Browse the repository at this point in the history
  • Loading branch information
ndelangen committed Apr 28, 2023
1 parent 69dc1b0 commit 79f1940
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions code/renderers/html/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import type {
ArgsStoryFn,
StoryContext as DefaultStoryContext,
WebRenderer,
Parameters as DefaultParameters,
} from '@storybook/types';
import type { SourceType } from '@storybook/docs-tools';

Expand All @@ -24,7 +23,7 @@ export interface HtmlRenderer extends WebRenderer {
storyResult: StoryFnHtmlReturnType;
}

export interface Parameters extends DefaultParameters {
export interface Parameters {
renderer: 'html';
docs?: {
story: { inline: boolean };
Expand Down

0 comments on commit 79f1940

Please sign in to comment.