Skip to content

Commit

Permalink
Merge pull request #18831 from storybookjs/norbert/sb-445-sb18376-ext…
Browse files Browse the repository at this point in the history
…ractargtypes-doesnt-function

fix missing ability to set docs.`extractArgTypes` for html framework
  • Loading branch information
ndelangen authored and shilman committed Aug 2, 2022
1 parent 0d00450 commit 20db22a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/html/src/client/docs/config.ts
@@ -1,4 +1,4 @@
import { SourceType } from '@storybook/docs-tools';
import { SourceType, enhanceArgTypes } from '@storybook/docs-tools';
import { sourceDecorator } from './sourceDecorator';
import { prepareForInline } from './prepareForInline';

Expand All @@ -14,3 +14,5 @@ export const parameters = {
},
},
};

export const argTypesEnhancers = [enhanceArgTypes];

0 comments on commit 20db22a

Please sign in to comment.